Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multi-Select for boolean values #827

Open
smox opened this issue Jan 14, 2019 · 0 comments
Open

Multi-Select for boolean values #827

smox opened this issue Jan 14, 2019 · 0 comments

Comments

@smox
Copy link

smox commented Jan 14, 2019

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
}

btsimonh pushed a commit to btsimonh/json-editor that referenced this issue May 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant