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 6efc904 commit 73725beCopy full SHA for 73725be
select/internal/select.ts
@@ -400,7 +400,7 @@ export abstract class Select extends selectBaseClass {
400
tabindex=${this.disabled ? '-1' : '0'}
401
aria-label=${(this as ARIAMixinStrict).ariaLabel || nothing}
402
aria-describedby="description"
403
- aria-expanded=${this.open ? 'true' : nothing}
+ aria-expanded=${this.open ? 'true' : 'false'}
404
aria-controls="listbox"
405
class="field"
406
label=${this.label}
0 commit comments