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