Why is the search box case sensitive

Thanks @potentialthings! Some darn invisible empty text box.

the most elegant solution – just did this to replace the similar in spirit version of setting state on the element, however, that approach doesn’t autobind and have to hit enter, whereas your version dynamically filters without hitting enter / search button, etc.

Hello All,

If I need a value to be unique I save the value lowercase and trimmed. Then when performing a search in the constraint I convert the value to lowercase and trimmed.

Cheers