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
The value typed by the user is not entered, when the InputNumber uses a suffix, and the user has selected all the previous value by double clicking on it.
This is a problem because it hinders quick editing such as double clicking on the value or selecting the whole number (where, by the way, the space is also selectable and reproduces the same error we are talking about) especially in forms that involve many InputNumbers.
This is easily reproducible on the Prime React InputNumber page.
melloware
changed the title
InputNumber: The value typed by the user is not entered, when the InputNumber uses a suffix.
InputNumber: Value typed by the user is not entered, when suffix used
Jul 5, 2022
Describe the bug
The value typed by the user is not entered, when the InputNumber uses a suffix, and the user has selected all the previous value by double clicking on it.
This is a problem because it hinders quick editing such as double clicking on the value or selecting the whole number (where, by the way, the space is also selectable and reproduces the same error we are talking about) especially in forms that involve many InputNumbers.
This is easily reproducible on the Prime React InputNumber page.
Reproducer
https://www.primefaces.org/primereact/inputnumber/
PrimeReact version
6.6.0
React version
18.x
Language
TypeScript
Build / Runtime
Create React App (CRA)
Browser(s)
No response
Steps to reproduce the behavior
(This is the bug)
Expected behavior
The InputNumber must enter the typed value after a double-click selection.
The text was updated successfully, but these errors were encountered: