mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
chore(range): range warning typo (#26738)
This commit is contained in:

committed by
GitHub

parent
90f4995aa6
commit
5e5f1a34fb
@ -555,7 +555,7 @@ export class Range implements ComponentInterface {
|
||||
printIonWarning(
|
||||
`Using ion-range with an ion-label has been deprecated. To migrate, remove the ion-label and pass your label directly into ion-toggle instead.
|
||||
|
||||
Example: <ion-range>Volume:</ion-toggle>
|
||||
Example: <ion-range>Volume:</ion-range>
|
||||
|
||||
For ranges that do not have a visible label, developers should use "aria-label" so screen readers can announce the purpose of the range.
|
||||
|
||||
|
Reference in New Issue
Block a user