mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-05 19:41:42 +08:00
fix(field): dynamic data causes the input to be emptied (#10582)
This commit is contained in:
parent
880ed2c78e
commit
0a114228a8
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user