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.23k stars 818 forks source link

Dropdown list data displays incorrectly #7577

Closed Minhvu17ctt7 closed 11 months ago

Minhvu17ctt7 commented 11 months ago

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

What is the current behavior?

  1. Set survey mode is "display" and set all questions is read-only
  2. Click on dropdown question (1, 3, 5, 7,.... times)
  3. Click the edit button (set survey mode is "edit" and set all questions read-only mode is false)
  4. observer => Dropdown list option display incorrectly position (left corner)

What is the expected behavior?

  1. Dropdown list option display incorrectly position (below dropdown question)

https://github.com/surveyjs/survey-library/assets/38001765/2d495967-576b-4fba-97eb-2f2c3c263b5b

JaneSjs commented 11 months ago

To resolve the issue, upgrade a SurveyJS library version to the latest one: v1.9.123.

Thanks