-
Notifications
You must be signed in to change notification settings - Fork 409
Closed
Description
Describe the bug
If there is a default value in the schema and ajv is configured with useDefaults: true
, there is no way to clear the input field to set the value to an empty string.
After the last character has been deleted, the input field is immediately filled with the default value again.
Expected behavior
The input field can be cleared to get an empty string in the data.
Steps to reproduce the issue
- Go to https://codepen.io/lmestel/pen/QWPMMjR
- Try to clear the input fields
- After the last character has been deleted, the input field is immediately filled again with the default value
Screenshots
No response
Which Version of JSON Forms are you using?
3.2.1
Framework
No response
RendererSet
No response
Additional context
Metadata
Metadata
Assignees
Labels
No labels