You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the issue
Hidden property with a default value is still displayed
To Reproduce
Add this kind of property in schema:
"hidden_with_default": {
"title": "[issue] Hidden with default",
"description": "Hidden field with a default value must not be added to the form.",
"type": "string",
"default": "Value 1",
"enum": [
"Value 1"
],
"form": {
"hide": true,
"navigation": {
"essential": true
}
}
}
The text was updated successfully, but these errors were encountered:
Describe the issue
Hidden property with a default value is still displayed
To Reproduce
Add this kind of property in schema:
The text was updated successfully, but these errors were encountered: