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?
Reporting a bug
What is the current behavior?
When I set EnableIf prop into the choices of two questions to prevent the user from choosing the same answer on both, the choices at first get correctly disabled but after changing some answer I can select the same answer at the other question.
What is the expected behavior?
Always disable the other question choice when some answer is selected.
How would you reproduce the current behavior (if this is a bug)?
Access the reproduction, select some answer at the first question and select some answer at the second question. The corresponding answer into the first question won't be disabled.
Provide the test code and the tested page URL (if applicable)
@MuriloOnYou Yes, I can see the issue. We will take a look.
Thank you,
Andrew
andrewtelnov
changed the title
EnableIf choices prop correlating two questions doesn't work properly
Vue (radiogroup and checkbox questions): enableIf in choices property doesn't work correctly
Apr 20, 2021
Are you requesting a feature, reporting a bug or asking a question?
Reporting a bug
What is the current behavior?
When I set EnableIf prop into the choices of two questions to prevent the user from choosing the same answer on both, the choices at first get correctly disabled but after changing some answer I can select the same answer at the other question.
What is the expected behavior?
Always disable the other question choice when some answer is selected.
How would you reproduce the current behavior (if this is a bug)?
Access the reproduction, select some answer at the first question and select some answer at the second question. The corresponding answer into the first question won't be disabled.
Provide the test code and the tested page URL (if applicable)
Tested page URL: https://codesandbox.io/s/surveyjs-enableif-bug-2tczp?file=/pages/index.vue
Specify your
The text was updated successfully, but these errors were encountered: