We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It would be nice to add an option to select multiple items within the select.
{ multiple: true }
When this option is present the json data should be an array containing the selected items.
{ ... "favouritefood": ["pasta", "pizza"] }
The initialValue option should also allow an array to pre-select these items.
Playground: https://alinea.sh/playground#code/aW1wb3J0IHsKICBzZWxlY3QsCiAgdHlwZQp9IGZyb20gJ2FsaW5lYScKCmV4cG9ydCBkZWZhdWx0IHR5cGUoJ1R5cGUnLCB7CiAgZmF2b3VyaXRlZm9vZDogc2VsZWN0KCdJIGxpa2UgdG8gZWF0JywgewogICAgICAncGFzdGEnOiAnUGFzdGEnLAogICAgICAnZnJlbmNoZnJpZXMnOiAnRnJlbmNoIGZyaWVzJywKICAgICAgJ3BpenphJzogJ1BpenphJwogIH0sIHsKICAgIG11bHRpcGxlOiB0cnVlCiAgfSkKfSk=
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It would be nice to add an option to select multiple items within the select.
When this option is present the json data should be an array containing the selected items.
The initialValue option should also allow an array to pre-select these items.
Playground:
https://alinea.sh/playground#code/aW1wb3J0IHsKICBzZWxlY3QsCiAgdHlwZQp9IGZyb20gJ2FsaW5lYScKCmV4cG9ydCBkZWZhdWx0IHR5cGUoJ1R5cGUnLCB7CiAgZmF2b3VyaXRlZm9vZDogc2VsZWN0KCdJIGxpa2UgdG8gZWF0JywgewogICAgICAncGFzdGEnOiAnUGFzdGEnLAogICAgICAnZnJlbmNoZnJpZXMnOiAnRnJlbmNoIGZyaWVzJywKICAgICAgJ3BpenphJzogJ1BpenphJwogIH0sIHsKICAgIG11bHRpcGxlOiB0cnVlCiAgfSkKfSk=
The text was updated successfully, but these errors were encountered: