Selectbox inside dialog - can't see user input

I have a selectbox inside a dialog, where the selectbox can have n number of options (pulling from a MySQL sql query). The selectbox search works to filter the list as I type, but the options cover up the user input search and am no longer able to see what has been typed.

Is this a bug or is there a work around?
Picture1

using streamlit-free-text-select (GitHub - hummerichsander/streamlit-free-text-select: This component implements a selectbox that allows free text input. It is based on React-Select's 'Select' component.) solved the problem.

1 Like

Thank you, i was looking for something like this :slight_smile:

1 Like

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