You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Basically, I'm trying to use the InputNumber component to where, if I have a max of 50, and the user tries typing 51, it'll either autocorrect it to 50 or just not allow the input at all, both of which happening in real time and not onBlur. Currently, this is impossible because all of the callbacks (other than onKeyDown) only trigger when the input loses focus.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Basically, I'm trying to use the InputNumber component to where, if I have a max of 50, and the user tries typing 51, it'll either autocorrect it to 50 or just not allow the input at all, both of which happening in real time and not onBlur. Currently, this is impossible because all of the callbacks (other than onKeyDown) only trigger when the input loses focus.
Beta Was this translation helpful? Give feedback.
All reactions