We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If user focuses on NumeriсInput and starts scrolling (using mouse or touchpad) the input value will be changed with scroll page simultaneously. https://uui.epam.com/documents?id=numericInput&mode=doc&skin=UUI4_promo&category=components
Looks like this behavior related to React events facebook/react#14856. But in vanilla input type=number state isn't changed on scroll. https://codepen.io/JuliaMV/pen/jOKzgQz
I think would be better to do one thing or scroll or change input state.
The text was updated successfully, but these errors were encountered:
The proposed implementation describes the following behavior:
1 When the mouse cursor is over the input and the input is in focus - when scrolling, the value of the input does not change, the page does not scroll
2 When the mouse cursor is over the input and the input is not in focus - when scrolling, the value of the input does not change, the page scrolls
3 When the mouse cursor is outside the input and the input is in focus - when scrolling, the value of the input does not change, the page scrolls
Sorry, something went wrong.
Released in 4.9.1 version.
dzevakov
No branches or pull requests
If user focuses on NumeriсInput and starts scrolling (using mouse or touchpad) the input value will be changed with scroll page simultaneously. https://uui.epam.com/documents?id=numericInput&mode=doc&skin=UUI4_promo&category=components
Looks like this behavior related to React events facebook/react#14856.
But in vanilla input type=number state isn't changed on scroll. https://codepen.io/JuliaMV/pen/jOKzgQz
I think would be better to do one thing or scroll or change input state.
The text was updated successfully, but these errors were encountered: