useVbenForm,如何侦听某个字段 #5897
Unanswered
lovelyJason
asked this question in
Q&A
Replies: 1 comment
-
有个 handleValuesChange Props,是不是可以用? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
vben-admin 5.4
使用useVbenForm传入的schema项,如
我知道vben5的表单使用的基础库为vee-validate, 我如何侦听这个
gender
字段呢, 这个行为很常见貌似这种方式没有任何卵用啊。我就搞不明白了,console formApi.form.values可以看出是一个proxy对象, 也能在模板中动态显示这个proxy对象,说明他是一个响应式的数据, 那为何watch不到呢, 去掉values后面的可选连
?
会报错, 因为一开始values会为undefined所以如何侦听form中的字段
Beta Was this translation helpful? Give feedback.
All reactions