selectbox search feature being case-sensitive is not preferred.

It appears with Streamlit version 1.46, the selectbox search function performs with case sensitivity, which is not preferred by my users.

For example, if I search for the “Adapt” option, and start typing “ad…” the “Adapt” option does not show up as a suggestion. If I type “Ad…” it does. I prefer the case insensitivity rather than the >=1.46 version

Selectboxes in 1.49 are case-insensitive for me.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.