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[multiple] and/or a checkbox representation #17

Open
toastal opened this issue Dec 24, 2018 · 1 comment
Open

select[multiple] and/or a checkbox representation #17

toastal opened this issue Dec 24, 2018 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@toastal
Copy link

toastal commented Dec 24, 2018

Like radios and select for OR, there should be the AND option for an unspecified list of a thing that is translated to a select[multiple] -- and probably a list of input[type=checkbox] since most users find select[multiple] to be unintuitive to hold ctrl/option (although it's debatably a better UX on mobile to get a native pop-up with checkbboxes).

@hecrj
Copy link
Owner

hecrj commented Jan 7, 2019

I would like to finish #7 before thinking about what to add to Form next.

In any case, I plan on focusing on extensibility soon (i.e. making custom fields easier to create), which should indirectly help fix this issue.

In the meantime, I think the behavior you describe can be achieved folding over multiple Form.checkboxField.

That said, if anyone is up to implementing this, PRs are welcome!

@hecrj hecrj added enhancement New feature or request good first issue Good for newcomers labels Jan 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants