fix: remove valueModifiers

pull/5528/head
tangjinzhou 3 years ago
parent 3a7cb252e6
commit 7bbf6d5272

@ -282,6 +282,7 @@ export default defineComponent({
'htmlSize', 'htmlSize',
'lazy', 'lazy',
'showCount', 'showCount',
'valueModifiers',
]); ]);
const inputProps = { const inputProps = {
...otherProps, ...otherProps,

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

Loading…
Cancel
Save