- Issue created by @euk
- Merge request !33#3536413: Added support of multiple values, for select element. → (Open) created by euk
- 🇮🇳India arunsahijpal
Hi @euk,
I have used these configurations to add style class for a select dropdownattributes: container_class: label: 'Container class(es)' description: 'CSS class for the menu list item (<li>). Separate multiple classes by space.' class: label: 'Link class(es)' description: 'CSS class for the link (<a href>). Separate multiple classes by space.' target: label: 'Link target' description: 'Choose how the link should open.' options: _blank: 'New window (_blank)' _self: 'Same window (_self)' default_value: '' style_class: label: 'Style class' description: 'Choose style classes for this link.' options: btn: 'Button' primary: 'Primary' large: 'Large' multiple: true
and after applying your MR I was able to select more than one.
Attaching ss for reference.
So moving it to RTBC.Thanks,
Arun