feat(input, toggle): add escape hatch property (#26416)

This commit is contained in:
Liam DeBeasi
2022-12-05 13:43:07 -05:00
committed by GitHub
parent 70b62a1b5f
commit 1278a292f3
7 changed files with 73 additions and 5 deletions

View File

@ -407,6 +407,7 @@ export const IonInput = /*@__PURE__*/ defineContainer<JSX.IonInput>('ion-input',
'helperText',
'label',
'labelPlacement',
'legacy',
'max',
'maxlength',
'min',
@ -813,6 +814,7 @@ export const IonToggle = /*@__PURE__*/ defineContainer<JSX.IonToggle>('ion-toggl
'value',
'enableOnOffLabels',
'labelPlacement',
'legacy',
'justify',
'ionChange',
'ionFocus',