goxiaoy / flutter_survey_js

Flutter client library for parsing and display surveyjs.io survey
https://goxiaoy.github.io/flutter_survey_js/
MIT License
15 stars 15 forks source link

Questions numbers displayed value is wrong and changes during interaction #124

Open mkorchuk opened 5 months ago

mkorchuk commented 5 months ago

Displayed value for the first question is 3 and changes to 1 when some answer is selected. Similar behaviour is for multiple questions survey.

Survey json: { "title":"Test", "pages":[ { "name":"page1", "elements":[ { "type":"radiogroup", "name":"question1", "hideNumber":true, "isRequired":true, "choices":[ "Item 1", "Item 2", "Item 3" ], "showOtherItem":true } ] } ] }

https://github.com/goxiaoy/flutter_survey_js/assets/75314162/d296a1ef-6e7c-43d8-a560-b4e61d7daa75

flutter_survey_js: ^0.0.2-dev.9 Flutter 3.16.4