-
Goal: Change the searchMode from "fuzzy" to "caseInsensitive"
-
Details: When you type a search term into the multiselect, it matches in an unusual way. I only want a match which matches the entire string entered (as a substring). Instead I think this "fuzzy" match returns extra results I don't want included (matching on single letters somewhere in the string).
I wanted to try the "caseInsensitive" searchMode, but it does not seem to be possible to change it to anything other than "fuzzy".
Is it possible to change searchMode on a multiselect component?
Thanks very much