fix: remove valueModifiers

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

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

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

Loading…
Cancel
Save