Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Bug: An optional single-choice answer cannot be skipped after selection #290

Open
@nesnass

Description

Describe the bug
When a question is set to required: false and also multiple: false it is not possible to de-select an answer.
That means it's not possible to skip the question after a mistaken selection, even though 'required' is false.

To Reproduce
Use the following question setup:

new QuestionModel({
 id: 'singleChoice1',
 title: 'Single choice question',
 type: QuestionType.MultipleChoice, (or QuestionType.Dropdown)
 multiple: false,
 required: false,
})

Expected behavior
In this case it should be possible to de-select an answer, so that the 'skip' button is again visible

Desktop (please complete the following information):

  • Device: Apple Mac
  • OS: MacOS
  • Browser Chrome
  • Version 123.0.6312.87

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions

        AltStyle によって変換されたページ (->オリジナル) /