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
While scroll the mouse wheel over the focused number input, it's will increase/decrease the value.
That is awesome, but it will fired parent's element scroll event, like body.
There is a number input example by react-aria https://react-spectrum.adobe.com/react-aria/NumberField.html#example, which will not trigger parent scroll event. How can i achieve this effect?
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
-
While scroll the mouse wheel over the focused number input, it's will increase/decrease the value.
That is awesome, but it will fired parent's element scroll event, like body.
There is a number input example by react-aria https://react-spectrum.adobe.com/react-aria/NumberField.html#example, which will not trigger parent scroll event. How can i achieve this effect?
Beta Was this translation helpful? Give feedback.
All reactions