Override Combobox's filter method #1209
-
Currently, the combobox performs case-insensitive filtering. Would it be possible to override this behavior to allow accent-insensitive searches or something more complex? I managed to implement a solution but as it stands, the ClrOptionItems directive seems impossible to extend properly. |
Beta Was this translation helpful? Give feedback.
Answered by
kevinbuhmann
Feb 8, 2024
Replies: 1 comment
-
Thanks for this report! I made the combobox search diacritic-insensitive in #1210. This change will be released in 15.x, 16.x, and 17.x. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jtruffot
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for this report! I made the combobox search diacritic-insensitive in #1210. This change will be released in 15.x, 16.x, and 17.x.