mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Add aria label to connection string pages (#16420)
This commit is contained in:
@@ -104,7 +104,8 @@ export abstract class BaseInputKeyValue extends KeyValue {
|
||||
this.input = modelBuilder.inputBox().withProps({
|
||||
value: value,
|
||||
readOnly: true,
|
||||
multiline: multiline
|
||||
multiline: multiline,
|
||||
ariaLabel: loc.connectionString(key)
|
||||
}).component();
|
||||
|
||||
const inputContainer = modelBuilder.flexContainer().withLayout({ alignItems: 'center' }).component();
|
||||
|
||||
Reference in New Issue
Block a user