I have a use case, so when creating a new group chat, we need to add members by selecting from a user list. To make this easier, we provide filters such as Role, Division, and Branch. However, some filters—especially Branch—may contain a large number of options, which requires a search functionality within the filter. What’s the best way to design this to ensure a smooth and efficient user experience?
- Hi there, can you share a simple sketch of the context in which these filters appear? For example, do you intend to implement them as menus (as shown by Danielillo in his answer below), as text fields with filter tags/pills, etc.? That should help find a solution (although, again, Danielillo's suggestion of a searchable menu is a good start 😉).JochenW– JochenW2025-07-24 21:12:17 +00:00Commented Jul 24 at 21:12
Add a comment |
