Adding scrollbar to multi-choice (checkbox) field
AnsweredHi everyone
I've got a form with a choice field that allows multiple selections so the choice appear as checkboxes. However, there are 59 choices in the list and I cannot reduce these down at all. Due to the large number of choices the field takes up a large section of the form so I wondered if there was a way I could add a scrollbar to the control so it only takes up a small part of the form?
I'd be grateful if anyone could let me know if this is possible?
0
-
Hi Gareth Jayne
Try using custom css styles like it's described here: Width of a lookup field
This looks like a working style rule:
.ard-inputcontainergroup span[fieldname="MultiChoice"] {
height: 150px;
overflow: auto;
}This is the result of the css above:
0 -
Great thanks Christof Nussbaumer that works perfectly
0
Please sign in to leave a comment.
Comments
2 comments