rising-crimson
rising-crimson2mo ago

Do you know if array input fields can be

Do you know if array input fields can be used with enums? I want to add an array input field where the values are limited to specific options
1 Reply
wise-white
wise-white2mo ago
Found it { "title": "Multiselect field", "description": "My multiselect field", "type": "array", "editor": "select", "items": { "type": "string", "enum": ["value1", "value2", "value3"], "enumTitles": ["Label of value1", "Label of value2", "Label of value3"] } }

Did you find this page helpful?