mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-14 01:25:37 -05:00
Adding aria label (#22030)
This commit is contained in:
@@ -177,6 +177,7 @@ export class GetAzureRecommendationDialog {
|
||||
readOnly: true,
|
||||
width: 320,
|
||||
CSSStyles: { 'margin-right': '12px' },
|
||||
ariaLabel: constants.AZURE_RECOMMENDATION_COLLECT_DATA_FOLDER
|
||||
}).component();
|
||||
this._disposables.push(
|
||||
this._collectDataFolderInput.onTextChanged(async (value) => {
|
||||
@@ -229,6 +230,7 @@ export class GetAzureRecommendationDialog {
|
||||
readOnly: true,
|
||||
width: 320,
|
||||
CSSStyles: { 'margin-right': '12px' },
|
||||
ariaLabel: constants.AZURE_RECOMMENDATION_OPEN_EXISTING_FOLDER
|
||||
}).component();
|
||||
this._disposables.push(
|
||||
this._openExistingFolderInput.onTextChanged(async (value) => {
|
||||
|
||||
Reference in New Issue
Block a user