-
Notifications
You must be signed in to change notification settings - Fork 409
Closed
Description
Describe the bug
When you delete (using the backspace button) an invalid date (whether by the default date format or additional errors such as min or max date), even if the field is not required the invalid date error persists.

Expected behavior
When you delete (using the backspace button) an invalid date (whether by the default date format or additional errors such as min or max date), if the field is not required there is no error showing and the data should be undefined for that input.
Steps to reproduce the issue
- Go to '...'
- Click on '....'
- Scroll down to '....'
- See error
Screenshots
Screen Recording 2023-10-05 at 12.21.09 PM.mov
In which browser are you experiencing the issue?
Google Chrome Version 117.0.5938.92
Which Version of JSON Forms are you using?
v3.0.0
Framework
React
RendererSet
Material
Additional context
No response