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

Multi-Select Dropdown / Tag Box: A search string is not visible if a long item is already selected #9416

Closed
JaneSjs opened this issue Feb 6, 2025 · 0 comments · Fixed by #9421
Assignees
Labels
bug user issue An issue or bug reported by users

Comments

@JaneSjs
Copy link
Contributor

JaneSjs commented Feb 6, 2025

T21767 - Multi-Select Dropdown Search Text Not Visible
https://surveyjs.answerdesk.io/internal/ticket/details/T21767


Consider the following survey:

{
  "logoPosition": "right",
  "pages": [
    {
      "name": "page1",
      "elements": [
        {
          "type": "tagbox",
          "name": "question6",
          "choices": [
            {
              "value": "Item 1",
              "text": "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."
            },
            {
              "value": "Item 2",
              "text": "text"
            }
          ]
        }
      ]
    }
  ],
  "widthMode": "static",
  "width": "800px"
}

To reproduce the issue, select an item and start typing another non-existing search criteria, e.g., texxxx. The text doesn't appear:

2025-02-06_12-01-08.mp4
@JaneSjs JaneSjs added bug user issue An issue or bug reported by users labels Feb 6, 2025
@novikov82 novikov82 self-assigned this Feb 7, 2025
novikov82 added a commit that referenced this issue Feb 7, 2025
novikov82 added a commit that referenced this issue Feb 7, 2025
novikov82 added a commit that referenced this issue Feb 10, 2025
… already selected (#9421)

* #9416 TagBox - A search criteria is not displayed when a long item is already selected
Fixes #9416

* #9416 fix angular
Fixes #9416
@RomanTsukanov RomanTsukanov changed the title TagBox - A search criteria is not displayed when a long item is already selected Multi-Select Dropdown / Tag Box: A search string is not visible if a long item is already selected Feb 11, 2025
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
2 participants