fix(many): legacy form control does not warn when using aria-labelledby (#26699)

resolves #26698
This commit is contained in:
Liam DeBeasi
2023-01-30 16:02:00 -05:00
committed by GitHub
parent b78b454e08
commit 63f8525284
8 changed files with 25 additions and 12 deletions

View File

@ -352,7 +352,9 @@ export class Toggle implements ComponentInterface {
Example: <ion-toggle>Email:</ion-toggle>
For toggles that do not have a visible label, developers should use "aria-label" so screen readers can announce the purpose of the toggle.`,
For toggles that do not have a visible label, developers should use "aria-label" so screen readers can announce the purpose of the toggle.
For toggles that do not render the label immediately next to the toggle, developers may continue to use "ion-label" but must manually associate the label with the toggle by using "aria-labelledby".`,
this.el
);