Automatic navigation to next page - other option in dropdown shows error
See original GitHub issueAre you requesting a feature, reporting a bug or asking a question?
Bug
What is the current behavior?
What is the expected behavior?
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.
How would you reproduce the current behavior (if this is a bug)?
Enable automatically go to next page
behavior create a question that has an other
option.
Specify your
- surveyjs platform (angular or react or jquery or knockout or vue): knockout
- surveyjs version: *.12
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
Navigate to different screen on dropdown selection
Hi Team, I am new to PowerApps and trying my hand at a pricing form, which has 2 dropdowns (exclusive) to select from....
Read more >Bootstrap Dropdown menu is not working - Stack Overflow
I can get the navbar to show up perfectly, but when I click on "Dropdown" (either of them) it does not display the...
Read more >How To Handle Dropdowns In Selenium WebDriver Using ...
The strategy is first to get the <select> web element and then perform chained click actions on it with “ctrl” key pressed.
Read more >Select items from dropdown in UiPath - YouTube
Select items from dropdown in UiPath | Different dropdowns explained | dropdown errors Resolved #40.
Read more >The Ultimate Guide to Dropdown Lists in Excel
Make sure the Show error alert after invalid data is entered option is checked. It should be enabled by default. Select the Style...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@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
@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