mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-16 18:17:31 +08:00
feat(input): component can be used outside of ion-item (#26283)
resolves #20153, resolves #19084, resolves #22736
This commit is contained in:
@ -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',
|
||||
|
Reference in New Issue
Block a user