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

Select field: add option to select multiple items #149

Open
cloetensbrecht opened this issue Jun 10, 2022 · 0 comments
Open

Select field: add option to select multiple items #149

cloetensbrecht opened this issue Jun 10, 2022 · 0 comments

Comments

@cloetensbrecht
Copy link
Contributor

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=

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant