You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dropdown: Editable Dropdown search not working as expected.
In the video attached, when I search for 225, it highlights 225000 instead of 225. In case of a perfect match, I expect it to highlight that value, else it can search with other criterias.
melloware
added
Type: Bug
Issue contains a defect related to a specific component.
and removed
Status: Needs Triage
Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
labels
Dec 26, 2024
Describe the bug
Dropdown: Editable Dropdown search not working as expected.
In the video attached, when I search for 225, it highlights 225000 instead of 225. In case of a perfect match, I expect it to highlight that value, else it can search with other criterias.
Screen.Recording.2024-12-26.123048.mp4
Reproducer
https://stackblitz.com/edit/yxs5khtq?file=src%2FApp.jsx
System Information
Steps to reproduce the behavior
Expected behavior
Search should check for an exact match and else it should check for startsWith.
The text was updated successfully, but these errors were encountered: