@ -282,6 +282,7 @@ export default defineComponent({
'htmlSize',
'lazy',
'showCount',
'valueModifiers',
]);
const inputProps = {
...otherProps,
@ -106,6 +106,7 @@ const ResizableTextArea = defineComponent({
'type',
'maxlength',
const cls = classNames(prefixCls, attrs.class, {
[`${prefixCls}-disabled`]: disabled,