Select Multiple > Define “Size”
-
I have a select box with ‘multiple’ enabled so users can select multiple entries. The box has 10 items, but is cut off at 3 items. It’s already a small box, and now users have to scroll inside of it to see all entries.
In HTML select it’s possible to define a size attribute:
<select size="10" name="menu-647[]" class="wpcf7-form-control wpcf7-select" aria-invalid="false" multiple="multiple">
However I don’t see this possibility in CF7.
Can it be done somehow ?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Select Multiple > Define “Size”’ is closed to new replies.