mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 04:09:12 +00:00
fix disable aria
This commit is contained in:
@@ -510,6 +510,7 @@ export default class SlSelect extends LitElement {
|
||||
role="combobox"
|
||||
aria-describedby="help-text"
|
||||
aria-haspopup="true"
|
||||
aria-disabled=${this.disabled ? 'true' : 'false'}
|
||||
aria-expanded=${this.isOpen ? 'true' : 'false'}
|
||||
aria-controls="menu"
|
||||
tabindex=${this.disabled ? '-1' : '0'}
|
||||
|
||||
Reference in New Issue
Block a user