Need More Info
Last Updated: 05 Jul 2023 08:24 by ADMIN
Ted
Created on: 30 Jun 2023 20:29
Category: UI for Blazor
Type: Feature Request
1
Please add the option for the Multiselect to filter the same way the DropDownList does

Please add the option for the Multiselect to filter the same way the DropDownList does. It's very odd & confusing for end users (and bad UX) in a UI toolkit for similar controls to do things in different ways. Can you please add the ability for the Multiselect control to filter items in the popup window the same way the DropDownList does with the nice filter text box.

1 comment
ADMIN
Dimo
Posted on: 05 Jul 2023 08:24

Hi Ted,

All our dropdown components serve a similar purpose, but there are some rendering, visual and UX differences by design.

For example, the AutoComplete, ComboBox and MultiSelect render a textbox outside the dropdown, so users can filter by directly typing in it. If filtering is disabled, users can still type to select an item faster, but this does not reduce the number of visible items in the dropdown.

On the other hand, the DropDownList does not render a textbox in its "main" part and that's why the filtering textbox is inside the dropdown.

(For the sake of clarity, I am using the word "main" for the component part, which is always visible.)

Adding a dedicated filtering textbox for the MultiSelect will produce two separate places for typing, which can cause ambiguity and confusion. From this point of view, can you please elaborate:

  1. What exactly do your users find odd and confusing currently? What specific problem are you trying to solve?
  2. If we add a filtering textbox to the MultiSelect dropdown, should the current "main" textbox still be able to filter?
  3. If the "main" textbox can still filter, should the textbox in the MultiSelect dropdown populate with the same string, which the user typed in the "main" textbox?
  4. Perhaps the users are currently not aware that they can type in the MultiSelect? If we render a search icon in the "main" MultiSelect part, will this improve the UX for your users?

Regards,
Dimo
Progress Telerik

As of R2 2023, the default icon type will be SVG instead of Font. See this blogpost for more information.