-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
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
InputNumber Critical Issue #2465
Comments
You didn't provide a CodeSandbox demo for us to see the issue? Your link above takes me to the default test case. |
sorry, now I updated the CodeSandbox, please check asap |
PR Submitted please review. |
Hi, I made some changes in PR. I think if there is a min value, the min value can be set into field. Thanks a lot for PR, @melloware ;) |
There is no guarantee in receiving an immediate response in GitHub Issue Tracker, If you'd like to secure our response, you may consider PrimeReact PRO Support where support is provided within 4 business hours
I'm submitting a ... (check one with "x")
Codesandbox Case (Bug Reports)
https://codesandbox.io/s/primereact-test-forked-i946f
Current behavior
When uses InputNumber property "min"
Expected behavior
if Input a letter this letter will never appear, and when the component delete this letter respect the min property
Minimal reproduction of the problem with instructions
create a <InputNumber with min property and put a letter on the input, then the input will delete de letter but will delete everything and the value become 0, ignoring the min property
Please tell us about your environment:
Windows 10
node 16.13.0
react 17.0.2
primeReact 7.0.1
React version:
react 17.0.2
PrimeReact version:
primeReact 7.0.1
Browser:
[ Chrome XX ]
Language: [ES6/7]
The text was updated successfully, but these errors were encountered: