How to pass "onInput" value to Form's @input manually? #3718
Unanswered
lucassimines
asked this question in
Q&A
Replies: 1 comment
-
Sorry for the delay, Could you recreate a minimal example of this in a Github repo? it's hard to tell from these snippets alone. |
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
-
I have a MediaLibrary that when I click on the image to be added, it
sets
the value of theinput
, butForm
doesn't recognize any change, how can I fire theinput
event to myForm
by setting manually a field value?Or, how can my
Form
recognize that it's touched? I just need that information...This is my
set
function, usingLodash's set
This is my field
<Field type="text" :name="name" v-model="model" :label="title" :rules="rules" />
And that's my
Form
Beta Was this translation helpful? Give feedback.
All reactions