Dont allow keyboard in st.selectbox()

Hello everyone!

Is there any way to not allow keyboard insertion in st.selectbox() ?

I think there is no way that you can disable according to docs

But you can use radio buttons if you wish st.radio("Choose an option:", options)