fix(field): dynamic data causes the input to be emptied (#10582)

This commit is contained in:
Alan Wang 2022-05-14 10:35:28 +08:00 committed by GitHub
parent 880ed2c78e
commit 0a114228a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -408,7 +408,6 @@ export default defineComponent({
name: props.name,
rows: props.rows !== undefined ? +props.rows : undefined,
class: controlClass,
value: props.modelValue,
disabled: getProp('disabled'),
readonly: getProp('readonly'),
autofocus: props.autofocus,