Hi guys! Happy New Year to everyone.
I’m using a simple number input like the one below:
var = st.number_input('message', value=0)
When running the app, if the widget st.number_input is selected, it can change its value if the mouse wheel is used on the text box area. There some way to disable this?