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
What you were expecting: fieldState.isTouched of NumberInput should be set touched if field has received a focus and blur event.
What happened instead: fieldState.isTouched always keep false, event touch it.
false
Steps to reproduce:
just touch NumberInput field and observe its state
Related code:
https://codesandbox.io/embed/cranky-yonath-zh60ob?fontsize=14&hidenavigation=1&module=%2Fsrc%2Fposts.js&theme=dark&view=editor
Other information:
Environment
The text was updated successfully, but these errors were encountered:
Reproduced, thanks for submitting this issue. Duplicate of #7919 ?
Sorry, something went wrong.
Fix NumberInput field state isTouched is always false
a3563f9
Closes #7980
b84d3be
Closes marmelab#7980
fzaninotto
Successfully merging a pull request may close this issue.
What you were expecting:
fieldState.isTouched of NumberInput should be set touched if field has received a focus and blur event.
What happened instead:
fieldState.isTouched always keep
false
, event touch it.Steps to reproduce:
just touch NumberInput field and observe its state
Related code:
https://codesandbox.io/embed/cranky-yonath-zh60ob?fontsize=14&hidenavigation=1&module=%2Fsrc%2Fposts.js&theme=dark&view=editor
Other information:
Environment
The text was updated successfully, but these errors were encountered: