-
-
Notifications
You must be signed in to change notification settings - Fork 366
Description
Is there an existing issue for this?
- I have searched the existing issues
Describe the bug
Version v9.2.8-beta05
MultiSelect search does not work in demo example from https://www.blazor.zone/multi-select#Search
- Go to https://www.blazor.zone/multi-select#Search
- Make sure you are on "Search function" example
- Click inside multiselect and try to find item with text
EXPECTED: There should be a search input to filter items in multiselect
ACTUAL: No search input is displayed, not possible to search for items in multiselect
Expected Behavior
If ShowSearch is set to true in MultiSelect than search input should be displayed to search for items.
Interactive render mode
Interactive Server (Interactive server-side rendering (interactive SSR) using Blazor Server)
Steps To Reproduce
Version v9.2.8-beta05
MultiSelect search does not work in demo example from https://www.blazor.zone/multi-select#Search
- Go to https://www.blazor.zone/multi-select#Search
- Make sure you are on "Search function" example
- Click inside multiselect and try to find item with text
EXPECTED: There should be a search input to filter items in multiselect
ACTUAL: No search input is displayed, not possible to search for items in multiselect
Exceptions (if any)
No response
.NET Version
NET9.0
Anything else?
No response