feat(input): component can be used outside of ion-item (#26283)

resolves #20153, resolves #19084, resolves #22736
This commit is contained in:
Liam DeBeasi
2022-11-15 11:46:44 -05:00
committed by GitHub
parent c50620af6c
commit 44472aeb9f
646 changed files with 3679 additions and 177 deletions

View File

@ -396,10 +396,17 @@ export const IonInput = /*@__PURE__*/ defineContainer<JSX.IonInput>('ion-input',
'autofocus',
'clearInput',
'clearOnEdit',
'counter',
'counterFormatter',
'debounce',
'disabled',
'enterkeyhint',
'errorText',
'fill',
'inputmode',
'helperText',
'label',
'labelPlacement',
'max',
'maxlength',
'min',
@ -410,6 +417,7 @@ export const IonInput = /*@__PURE__*/ defineContainer<JSX.IonInput>('ion-input',
'placeholder',
'readonly',
'required',
'shape',
'spellcheck',
'step',
'size',