-
Notifications
You must be signed in to change notification settings - Fork 825
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rating control does not return results #3
Comments
Hi, |
I have published a new version into npm. I hope the issue is resolved. Thank you, |
Hi Andrew. I'm still experiencing the same issue (using the most recent cut). I've done a bit more digging and found that it only occurs with the bootstrap version. I can replicate it using Windows desktop Chrome, Internet Explorer, and mobile Chrome on Android. Importantly, I can see the issue when I use the Visual Designer and run the survey from there (so I've eliminated my setup from the equation). I'm traveling right now so I don't have a ton of time to debug, but I'll try to take a closer look when I have a chance.. -mat |
Yes, I have managed to reproduced this issue. I guess it is related to the Visual Editor. Thank you, |
ok, Here is the reason of the issue: http://stackoverflow.com/questions/20077475/knockout-bootstrap-3-radio-buttons |
Fixed- |
* fix cover (cherry picked from commit 6a7b6e2) * Cover remarks #3 resolve surveyjs/private-tasks#302 * fix for unit tests * fix maximum call stack --------- Co-authored-by: OlgaLarina <[email protected]>
Rating control selections are not added to the survey result. This occurs using the default values (1 to 5), and when setting custom values.
If you make a Rating control 'Required' surveyjs will always identify it as unselected ("Please answer the question" alert appears).
Example survey:
var survey = new Survey.Survey(
{pages:[{name:"page1",questions:[{type:"rating",isRequired:true,name:"question1"}]}]});
The text was updated successfully, but these errors were encountered: