Combobox: Alternative filter method for clr-option elements #5727
-
The problemCurrently the Combobox component filters the displayed Imagine the following scenario: You have a list of users with firstname and lastname. You want to be able to find them using the combobox. Currently you can either search for firstname or lastname: vs. Solution proposalAdd a new input to WorkaroundAdd a new property for all users just to allow combobox searching: I don't really like this solution as you can get some false positives and other unexpected results. E.g. "John Doe" would also match to "j d". |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Hi @dorthrithil, The team would advice you to continue with the workaround. As we are focusing on bringing each Angular component to Core we froze Also with the Core implementation of the combobox we do not expect to get into this situation cause the Core components we do are stateless as possible and you will have the necessary control to reach your needs. |
Beta Was this translation helpful? Give feedback.
Hi @dorthrithil,
The team would advice you to continue with the workaround.
As we are focusing on bringing each Angular component to Core we froze
@clr/angularfor features but we will keep supporting and bug fixing until we move all components to Core.Also with the Core implementation of the combobox we do not expect to get into this situation cause the Core components we do are stateless as possible and you will have the necessary control to reach your needs.