We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5a0764 commit 25e3473Copy full SHA for 25e3473
source/_patterns/01-elements/select/select.hbs
@@ -2,7 +2,7 @@
2
{{#if id }} name="{{ id }}" id="{{ id }}"{{/if }}
3
{{#if disabled}} disabled{{/if }}
4
{{#if multiple}} multiple{{/if }}
5
- {{#unless multiple}} required{{/unless}}
+ {{#if required}} required{{/if}}
6
{{#if invalid }} aria-invalid="{{ invalid }}" {{/if }}
7
{{#if variant}} data-variant="{{variant}}"{{/if }}>
8
{{#if optgroup}}<optgroup label="Devices">{{else}}{{#unless multiple}}<option></option>{{/unless}}{{/if }}
0 commit comments