I have a simple "State" dropdown where the text values of items are the abbreviations of States (e.g. "VA"). I allow the user to type in a custom value because I didn't want to put a "Select State" kind of option but want to use filtering. Anyway, user types in "va" and the client-side "findItemByText" does not find the item for "VA". Is there any way to get this method to NOT be case sensitive?