Skip to content
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

Format not validating min/max values #131

Open
adiTrullion opened this issue Mar 31, 2022 · 0 comments
Open

Format not validating min/max values #131

adiTrullion opened this issue Mar 31, 2022 · 0 comments

Comments

@adiTrullion
Copy link

When using it like this:
<NumericInput min={-10} max={10} step={0.1} value={0} format={numericInputFormat} />
where:
function numericInputFormat(number: number): string { return number + '%'; }

the format function is called after the validation, but with the invalid number and not the max value.
if I put 15, for example, the value will be changed to 10 and then will change again to 15.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant