fix(radio): properly announce radios on screen readers and resolve axe errors (#22507)

This commit is contained in:
Brandy Carney
2020-11-24 11:43:59 -05:00
committed by GitHub
parent 4e23aad3d9
commit afcc46e1cc
12 changed files with 409 additions and 124 deletions

View File

@ -1708,7 +1708,7 @@ export namespace Components {
*/
"name": string;
"setButtonTabindex": (value: number) => Promise<void>;
"setFocus": () => Promise<void>;
"setFocus": (ev: any) => Promise<void>;
/**
* the value of the radio.
*/