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

String dropdown: multiple values and checkboxes #2871

Closed
enfJoao opened this issue Oct 10, 2022 · 3 comments
Closed

String dropdown: multiple values and checkboxes #2871

enfJoao opened this issue Oct 10, 2022 · 3 comments

Comments

@enfJoao
Copy link

enfJoao commented Oct 10, 2022

I'm submitting a ...
[x] feature request

...about
[x] Content Types or data management

Current behavior
In entity data type ou dropdown from string, we can select multiple values per field.
In string dropdown there is no such option. Only one value can be stored.

Also, the option for checkboxes would be great.

Expected behavior
Multiple values selectable.

@iJungleboy
Copy link
Contributor

@existenze

I believe the multiple values should be fairly easy to do.

Adding checkboxes would probably not serve the intended purpose, since a core functionality is preserving order. With checkboxes, it would either be sorted in the order of the checkboxes or we would need to create quite a complex UI to order the checkboxes as well, which I don't think we would go for ATM.

@enfJoao
Copy link
Author

enfJoao commented Oct 12, 2022

Well... Order and checkboxes do not mix, so when a user chooses the checkbox option, the order is set by the options list.
The same thing would apply to a radio option for the single selection.
It's basically an addon for user interface, but still needs some insight from who created the form.

@iJungleboy
Copy link
Contributor

multiple values is possible using the new picker input types in 17.03 :)

Still in beta, but most things such as this work - needs some docs though...

ATM there is no checkboxes UI, but there is another issue for that #3179

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: v17.03
Development

No branches or pull requests

2 participants