a11y: ajoute un aria-label à SwitchInput
parent
90c5a47b98
commit
3d8f6406a7
|
@ -359,6 +359,7 @@ export const SwitchInput = (props: {
|
|||
id={id}
|
||||
key={key}
|
||||
invertLabel={invertLabel}
|
||||
aria-label={label}
|
||||
>
|
||||
{label}
|
||||
</Switch>
|
||||
|
|
Loading…
Reference in New Issue