x
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<div class="midwest-select midwest-form-group "> <div class="midwest-form-group__top"> <label class="midwest-label " for="features-dea0"> Features </label> </div> <select name="[]" id="features-dea0" multiple="multiple" class=""><option value="analytics">Analytics</option> <option value="api">API Access</option> <option value="sso">SSO</option> <option value="audit">Audit Log</option></select> <div class="midwest-form-group__bottom "> <span class="midwest-label description"> Select all features to enable </span> </div></div>1
2
3
4
5
6
7
<%= midwest_form_select( name: :features, label: "Features", description: "Select all features to enable", multiple: true, choices: [["Analytics", "analytics"], ["API Access", "api"], ["SSO", "sso"], ["Audit Log", "audit"]]) %>Multiple
Pass multiple: true to allow selecting more than one option.
No params configured.
No assets to display.
Add a .js or .css file alongside the component to see it here.
Figma embed for Select/multiple
Annotate a preview to embed its Figma design here:
@figma "https://figma.com/..."