mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-14 09:59:47 -05:00
Adding aria-live label support for input boxes (#6862)
* Adding aria-live support for InputBoxes * Adding aria-live setting for DacFx wizard InputBox control * Dud commit to unstick Github CI
This commit is contained in:
@@ -96,6 +96,10 @@ export class InputBox extends vsInputBox {
|
||||
}
|
||||
}
|
||||
|
||||
public set ariaLive(value: string) {
|
||||
this.element.setAttribute('aria-live', value);
|
||||
}
|
||||
|
||||
public isEnabled(): boolean {
|
||||
return !this.inputElement.hasAttribute('disabled');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user