mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
set aria-label for radio buttons (#6835)
This commit is contained in:
@@ -81,6 +81,7 @@ export class RadioButton extends Widget {
|
|||||||
|
|
||||||
public set label(val: string) {
|
public set label(val: string) {
|
||||||
this._label.innerText = val;
|
this._label.innerText = val;
|
||||||
|
this.inputElement.setAttribute('aria-label', val);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user