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
My problem is, that I want to build a multi-level multi-select form and I need different boolean values in different levels.
Currently I use a table with a list of checkboxes (about 30 different values), but it would be much better If I can use something like this:
{
"type": "array",
"items": {
"type": "string",
"enum": ["value1","value2", ... "value>8"]
},
"uniqueItems": true
}
The text was updated successfully, but these errors were encountered:
btsimonh
pushed a commit
to btsimonh/json-editor
that referenced
this issue
May 26, 2021
Hi!
My problem is, that I want to build a multi-level multi-select form and I need different boolean values in different levels.
Currently I use a table with a list of checkboxes (about 30 different values), but it would be much better If I can use something like this:
{
"type": "array",
"items": {
"type": "string",
"enum": ["value1","value2", ... "value>8"]
},
"uniqueItems": true
}
The text was updated successfully, but these errors were encountered: