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

Add option to allow to use 'Wrap' widget for FormBuilderCheckboxList #188

Closed
magillus opened this issue Dec 6, 2019 · 2 comments
Closed
Milestone

Comments

@magillus
Copy link

magillus commented Dec 6, 2019

One of my use cases is that the form have multi selection on wide area.
With using current implementation there is a lot of space between label and checkbox, using Wrap widget and forcing child (checkbox with label) widget to have set width would make it look like expandable table of check boxes.

@danvick
Copy link
Collaborator

danvick commented Dec 6, 2019

Hello @magillus,
I'm aware of the space issue and I'm working on fixing that without breaking changes, I'm be making such improvements to the next major version of the package.

In the meantime, I'd advise setting leadingInput to true so that the Checkbox is next to the label.

@magillus
Copy link
Author

magillus commented Dec 6, 2019

Thank you for great package.
If I had little more spare time I would contribute PR, for now just using local change of Wrap and static width of checkboxes.

thx for tip on leadingInput

@danvick danvick added this to the v4.0.0 milestone Jul 5, 2020
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

No branches or pull requests

2 participants