json-editor icon indicating copy to clipboard operation
json-editor copied to clipboard

Multi-Select for boolean values

Open smox opened this issue 6 years ago • 0 comments

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 }

smox avatar Jan 14 '19 16:01 smox