mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-18 01:25:37 -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:
1
src/sql/azdata.d.ts
vendored
1
src/sql/azdata.d.ts
vendored
@@ -2890,6 +2890,7 @@ declare module 'azdata' {
|
||||
export interface InputBoxProperties extends ComponentProperties {
|
||||
value?: string;
|
||||
ariaLabel?: string;
|
||||
ariaLive?: string;
|
||||
placeHolder?: string;
|
||||
inputType?: InputBoxInputType;
|
||||
required?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user