mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-16 18:17:31 +08:00
feat(textarea): component can be used outside of ion-item (#26674)
This commit is contained in:
@ -788,6 +788,7 @@ export const IonTextarea = /*@__PURE__*/ defineContainer<JSX.IonTextarea>('ion-t
|
||||
'clearOnEdit',
|
||||
'debounce',
|
||||
'disabled',
|
||||
'fill',
|
||||
'inputmode',
|
||||
'enterkeyhint',
|
||||
'maxlength',
|
||||
@ -802,6 +803,13 @@ export const IonTextarea = /*@__PURE__*/ defineContainer<JSX.IonTextarea>('ion-t
|
||||
'wrap',
|
||||
'autoGrow',
|
||||
'value',
|
||||
'counter',
|
||||
'counterFormatter',
|
||||
'errorText',
|
||||
'helperText',
|
||||
'label',
|
||||
'labelPlacement',
|
||||
'shape',
|
||||
'ionChange',
|
||||
'ionInput',
|
||||
'ionStyle',
|
||||
|
Reference in New Issue
Block a user