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

[Angular] A read-only Dropdown field allows users to change its value #8493

Closed
JaneSjs opened this issue Jul 1, 2024 · 1 comment
Closed
Assignees
Labels
bug user issue An issue or bug reported by users
Milestone

Comments

@JaneSjs
Copy link
Contributor

JaneSjs commented Jul 1, 2024

T18827 - For dropdown, mode "display" is allowing to select the options
https://surveyjs.answerdesk.io/internal/ticket/details/T18827


2024-07-01_17-26-19.mp4

To reproduce the issue, insert the following JSON within a creator at https://surveyjs.io/survey-creator/examples/free-nps-survey-template/angular#.

{
 "pages": [
  {
   "name": "page1",
   "elements": [
    {
     "type": "dropdown",
     "name": "question1",
     "defaultValue": "Item 2",
     "choices": [
      "Item 1",
      "Item 2",
      "Item 3"
     ]
    }
   ]
  }
 ],
 "mode": "display"
}
@JaneSjs JaneSjs added bug user issue An issue or bug reported by users labels Jul 1, 2024
@JaneSjs JaneSjs changed the title Users can change a dropdown value by clicking a read-only Dropdown field [Angular] Users can change a dropdown value by clicking a read-only Dropdown field Jul 1, 2024
@dmitry-kurmanov
Copy link
Member

related to #8394

dmitry-kurmanov added a commit that referenced this issue Jul 2, 2024
tsv2013 pushed a commit that referenced this issue Jul 2, 2024
@RomanTsukanov RomanTsukanov changed the title [Angular] Users can change a dropdown value by clicking a read-only Dropdown field [Angular] A read-only Dropdown field allows users to change its value Jul 2, 2024
@OlgaLarina OlgaLarina added this to the v1.11.5 milestone Jul 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug user issue An issue or bug reported by users
Projects
None yet
Development

No branches or pull requests

3 participants