surveyjs / survey-library

Free JavaScript form builder library with integration for React, Angular, Vue, jQuery, and Knockout.
https://surveyjs.io/form-library
MIT License
4.12k stars 802 forks source link

A dropdown value can be changed on the preview #8394

Closed nikhilpatel7 closed 3 months ago

nikhilpatel7 commented 3 months ago

Are you requesting a feature, reporting a bug or asking a question?

Bug with dropdown on preview

What is the current behavior?

Dropdown value changes on click on preview screen

What is the expected behavior?

Selected dropdown value should not change on survey preview page

How would you reproduce the current behavior (if this is a bug)?

create a survey with dropdown in it add 5-10 options to that dropdown and when you preview the survey after filling it up all the fields are read only as it should be, but when you click or scroll on dropdown menu it changes selected text..

Provide the test code and the tested page URL (if applicable)

Tested page URL: https://surveyjs.io/survey-creator/examples/s/free-nps-survey-template/reactjs/solid

Test code

your_code_here

Specify your

JaneSjs commented 3 months ago

Hello @nikhilpatel7, Thank you for reporting this issue. I reproduced it on my end: View Plunker.

https://github.com/surveyjs/survey-library/assets/22372972/2de273ab-5148-423e-ad24-f581f3619607

We will research this issue and update you as soon as we get any news to share.

Thanks