You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The filter search box (see #1200) currently matches on the label key. Values of these look like
country → USA
country → South Africa
country → New Zealand
...
The matching algorithm behind React Select seems to require complete matching of the provided string in that list (case insensitive). So, for instance, new zealand matches fine, however country new zealand doesn't (country → new zealand would be required). This should be improved.
The text was updated successfully, but these errors were encountered:
The filter search box (see #1200) currently matches on the label key. Values of these look like
The matching algorithm behind React Select seems to require complete matching of the provided string in that list (case insensitive). So, for instance,
new zealand
matches fine, howevercountry new zealand
doesn't (country → new zealand
would be required). This should be improved.The text was updated successfully, but these errors were encountered: