Closed
Description
openedon Jul 18, 2022
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:
Other information:
Environment
- React-admin version: 4.x
- React version: 17
- Browser: Edge 102.0.1245.33
Activity