Don't allow keyboard at st.selectbox()

Hello everyone!
Is there any way to not allow keyboard insertion when open a selectbox() ? My list is in alphabetical order and considering that the app is made to use almost exclusively in mobiles when the keyboard is opened, it disturbs the user.

Thank you!

2 Likes

Did you find a solution/hack for this problem?
It is the only things stopping me to use Streamlit. Not usuable on mobile.

1 Like

+1 It can be very annoying on mobile.

Thank you!

Streamlit 1.18 Bug fix: the keyboard is hidden on mobile when st.selectbox and st.multiselect have less than 10 options