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

Adding the ability to have multiple selections on the select widget. #1050

Closed
elvisguillen opened this issue Jan 26, 2018 · 3 comments · Fixed by #1901
Closed

Adding the ability to have multiple selections on the select widget. #1050

elvisguillen opened this issue Jan 26, 2018 · 3 comments · Fixed by #1901

Comments

@elvisguillen
Copy link

elvisguillen commented Jan 26, 2018

- Do you want to request a feature or report a bug?

This is a feature request.

- What is the current behavior?

Currently the select widget allows for the selection of a single string value with a dropdown menu.

- What is the expected behavior?

Would love to have the option to select multiple strings from an array through a radio selection menu. This functionality would be similar to Wordpress' current category selection menu. It'd be really helpful for posts that can be organized under multiple predefined categories.

The lists widget currently allows for comma separated values but need these values to be predefined.

@erquhart
Copy link
Contributor

There's a multi-select in the works in #922.

@alexandernanberg
Copy link
Contributor

@erquhart I'd be willing to work on this! Do we want a complete new widget for this or just an option on the current select?

@erquhart
Copy link
Contributor

Awesome! Current select was the plan. Just merged a PR to start using the react-select library, so that will help 👍🏼

Sent with GitHawk

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

Successfully merging a pull request may close this issue.

3 participants