I’m experiencing an issue with the st.number_input
widget. My app is private and not hosted on the Streamlit cloud server, but the problem can actually be reproduced directly in the official Streamlit documentation.
On the number_input page, if you check the usage example, you’ll notice the widget isn’t working properly. You can’t simply click inside the input field and type the desired number. Instead, you’re forced to click each individual digit position to enter a value, which feels broken.
In short, the st.number_input
widget doesn’t allow direct number entry when clicking the field. I’d like to raise this issue and suggest a bug fix in the package.