Bug/accessibility - Focus related issues (#6859)

* fix for https://github.com/microsoft/azuredatastudio/issues/6798

* fix for https://github.com/microsoft/azuredatastudio/issues/6851
This commit is contained in:
Udeesha Gautam
2019-08-22 10:29:27 -07:00
committed by GitHub
parent 09552c5f15
commit 854508e940
7 changed files with 40 additions and 8 deletions

1
src/sql/azdata.d.ts vendored
View File

@@ -2970,6 +2970,7 @@ declare module 'azdata' {
label?: string;
value?: string;
checked?: boolean;
focused?: boolean;
}
export interface TextComponentProperties {