n-form-field with n-input of type file #468
Unanswered
Migushthe2nd
asked this question in
Q&A
Replies: 0 comments
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.
-
According to the vee-validate documentation, inputs of type file should be implemented differently as there's no bi-directional v-model, as you cannot set the value of a input with type file). I'm not sure how to implement this easily using the n-form-field and n-input from una-ui, as n-form-field automatically seem to bind v-model to n-input, and the n-form-field does not expose handleChange and handleBlur.
For example, this does not appear to be possible:
Beta Was this translation helpful? Give feedback.
All reactions