docusealco / docuseal

Open source DocuSign alternative. Create, fill, and sign digital documents ✍️
https://www.docuseal.co
GNU Affero General Public License v3.0
6.09k stars 428 forks source link

Grouping for checkboxes. #30

Closed NuttCorp closed 1 year ago

NuttCorp commented 1 year ago

The scenario is we have setup a form with about 120 check boxes with no other field types in-between. The way docuseal tries to display this is all check boxes between any other type of field are grouped together and in my situation are overflowing the screen to the top. There are natural breaks in my form but nothing to fill out. I can force it to group properly by adding another field type like text box in between groups but there is no data needed for these and have to be skipped by the user. If there is a separator object that could trigger this or an option on the checkbox. DocuSeal__Open_Source_Document_Filling_and_Signing-20230727-220436

AlexandrToorchyn commented 1 year ago

@NuttCorp Will be fixed in the next release

AlexandrToorchyn commented 1 year ago

@NuttCorp Let me know if the latest release (1.0.7) fixes this issue for you

NuttCorp commented 1 year ago

Yes. Now the height of the input dialog is limited and the content scrolls. Still no grouping exactly but this is reasonable and adequate solution. Thanks for the quick response.