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
[ x ] bug report
[ ] feature request
[ ] support request => Please do not submit support request here, instead see https://forum.primefaces.org/viewforum.php?f=57
Current behavior
When dynamically adding/removing a suffix from an InputNumber field, it won't accept more than two numeric digits if the suffix is present, and will reset its value to null after the first digit.
Expected behavior
It should not cap the input in the first digit
Minimal reproduction of the problem with instructions
I'm submitting a ...
Codesandbox Case (Bug Reports)
https://codesandbox.io/s/primereact-test-736ws
Current behavior
When dynamically adding/removing a suffix from an InputNumber field, it won't accept more than two numeric digits if the suffix is present, and will reset its value to null after the first digit.
Expected behavior
It should not cap the input in the first digit
Minimal reproduction of the problem with instructions
Please tell us about your environment:
Manjaro Linux, using Code - OSS
React version:
16.8.0
PrimeReact version:
4.2.2
Browser: Firefox 78.0.2-1, Chrome 84.0.4147.89. I did not tested others
Language: ES6+, both using React hooks and classes
The text was updated successfully, but these errors were encountered: