mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-20 09:35:38 -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:
@@ -105,7 +105,8 @@ export class PublishOptionsDialog {
|
||||
// data[row][1] contains the option display name
|
||||
const displayName = this.optionsTable?.data[row!][1];
|
||||
await this.descriptionText?.updateProperties({
|
||||
value: this.optionsModel.getOptionDescription(displayName)
|
||||
value: this.optionsModel.getOptionDescription(displayName),
|
||||
ariaLive: 'polite'
|
||||
});
|
||||
}));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user