Skip to content
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

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

Open
mkorchuk opened this issue Jan 30, 2024 · 0 comments
Open
Labels
bug Something isn't working

Comments

@mkorchuk
Copy link

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 } ] } ] }

2024-01-30.18-17-37.mp4

flutter_survey_js: ^0.0.2-dev.9
Flutter 3.16.4

@mkorchuk mkorchuk added the bug Something isn't working label Jan 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant