St.number_input changes its value with mouse wheel

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?

1 Like

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