mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
add ariaLive to publish options description (#22338)
* add ariaLive to publish options description * use correct string and update typings * update type * remove comment update * create type AriaLiveType * update MockInputBoxComponent with AriaLiveValue * update azdata-test and add comment
This commit is contained in:
@@ -248,7 +248,7 @@ export class MockInputBoxComponent extends MockUIComponent implements azdata.Inp
|
||||
onEnterKeyPressed: vscode.Event<string>;
|
||||
value?: string;
|
||||
ariaLabel?: string;
|
||||
ariaLive?: string;
|
||||
ariaLive?: azdata.AriaLiveValue;
|
||||
placeHolder?: string;
|
||||
inputType?: azdata.InputBoxInputType;
|
||||
required?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user