You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Are you requesting a feature, reporting a bug or asking a question?
question/bug
What is the current behavior?
In my use case I have a dropdown question with choicesFromQuestion enabled and "keepIncorrectValues": true. The problem is that the incorrect value is not kept because the following method
RomanTsukanov
changed the title
honour keepIncorrectValues for choicesFromQuestion dropdown
Ddropdown: keepIncorrectValues is ignored when choices are copied from another question
Jul 11, 2023
RomanTsukanov
changed the title
Ddropdown: keepIncorrectValues is ignored when choices are copied from another question
Dropdown: keepIncorrectValues is ignored when choices are copied from another question
Jul 11, 2023
Are you requesting a feature, reporting a bug or asking a question?
question/bug
What is the current behavior?
In my use case I have a dropdown question with
choicesFromQuestion
enabled and"keepIncorrectValues": true
. The problem is that the incorrect value is not kept because the following methodhttps://github.com/surveyjs/survey-library/blob/master/src/question_baseselect.ts#L1334C1-L1344
use clearIncorrectValuesCore() instead of clearIncorrectValues()
is this intended? I would expect to keep the value
thank you
The text was updated successfully, but these errors were encountered: