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
SingleSelect - search option not showing the specific option, it shows other options as well. We have used the label as a key for Options React facing difficulty in figuring out the change.
To Reproduce
Provide step-by-step instructions to reproduce the bug:
add duplicate options with the same label.
filter options using a search filter.
You can check now it doesn't show filtered options.
Expected behavior
If there is a duplicate option with the same label and different value, and the user tries to search the option, it should show only searched options.
Screenshots
If applicable, provide screenshots to explain the bug.
Package versions
@medly-components/core : 6.27.0
The text was updated successfully, but these errors were encountered:
…cate key issue. (#733)
* fix(core): singleSelect - search filter not working well due to duplicate key issue.
affects: @medly-components/core
ISSUES CLOSED: #732
* refactor(core): singleSelect: Removed index from option key value
affects: @medly-components/core
---------
Co-authored-by: Mukul Bansal <mukulbansal01@gmail.com>
Describe the bug
SingleSelect - search option not showing the specific option, it shows other options as well. We have used the label as a key for Options React facing difficulty in figuring out the change.
To Reproduce
Provide step-by-step instructions to reproduce the bug:
Expected behavior
If there is a duplicate option with the same label and different value, and the user tries to search the option, it should show only searched options.
Screenshots
If applicable, provide screenshots to explain the bug.
Package versions
The text was updated successfully, but these errors were encountered: