Bug

SurveyJS should know that selecting other means we're not done yet; now the user is greeted with a big error that is very unexpected.
Enable automatically go to next page behavior create a question that has an other option.
@SamMousa What do you think? Should we disable the ability to go to next page if an end-user select other?
Thank you,
Andrew
I think this should be done more abstract, this way we can support custom question types as well.
What about validating the question silently and only attempting navigation if it succeeds?
Silently meaning don't show markup for failed or successful validation
I guess the core library could offer this via events, so that a question can fire something when it is complete?
@SamMousa We have public supportGoNextPageAutomatic(); that some questions overrides, it returns false by default. We check for errors silently as well, probably there is a bug, I have to check.
Here is the link to the code.
Here is my question:
Should we disable this functionality for radio group/dropdown when the other is choosen or go to the next page, when the other/comment field is filled? What do you think?
Thank you,
Andrew
@SamMousa I decided to go to the next page on setting value to other comment. The issue is fixed. The fix will be available in the next minor update that we will relese on this week.
Thank you,
Andrew
Most helpful comment
@SamMousa I decided to go to the next page on setting value to other comment. The issue is fixed. The fix will be available in the next minor update that we will relese on this week.
Thank you,
Andrew