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

Dropdown in read-only mode: A selected item's text overlaps the input field #6959

Closed
JaneSjs opened this issue Sep 14, 2023 · 0 comments · Fixed by #6962
Closed

Dropdown in read-only mode: A selected item's text overlaps the input field #6959

JaneSjs opened this issue Sep 14, 2023 · 0 comments · Fixed by #6962
Assignees
Labels
bug dropdownV2 user issue An issue or bug reported by users
Milestone

Comments

@JaneSjs
Copy link
Contributor

JaneSjs commented Sep 14, 2023

User Issue: T14622 - Text overflow in dropdown, display mode
https://surveyjs.answerdesk.io/internal/ticket/details/T14622


image

View Demo

{
 "logoPosition": "right",
 "mode": "display",
 "pages": [
  {
   "name": "page1",
   "elements": [
    {
     "type": "dropdown",
     "name": "question1",
     "defaultValue": "Item 1",
     "choices": [
      {
       "value": "Item 1",
       "text": "Some long text goes here Some long text goes here Some long text goes here "
      },
      "Item 2",
      "Item 3"
     ]
    }
   ]
  }
 ]
}
@JaneSjs JaneSjs added bug dropdownV2 user issue An issue or bug reported by users labels Sep 14, 2023
@JaneSjs JaneSjs added this to the v1.9.108 milestone Sep 14, 2023
@novikov82 novikov82 self-assigned this Sep 14, 2023
OlgaLarina added a commit that referenced this issue Sep 15, 2023
…ly-mode---The-selected-choice-text-overlaps

#6959 Dropdown in Read-only mode - The selected choice text overlaps
@RomanTsukanov RomanTsukanov changed the title Dropdown in Read-only mode - The selected choice text overlaps Dropdown in read-only mode: A selected item's text overlaps the input field Sep 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug dropdownV2 user issue An issue or bug reported by users
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants