-
Beta Was this translation helpful? Give feedback.
Answered by
logaretm
Jun 8, 2022
Replies: 1 comment 1 reply
-
I think you are better off using Check the examples for custom inputs and let me know if it is still unclear. As for the actual issue in question here, I don't see anything out of the ordinary but if you provide a live example I can help more. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
alih70442
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think you are better off using
useField
in this case (having a custom input component) since this is exactly what it was built for and it allows programmatic change of the value or even usingv-model
directly.Check the examples for custom inputs and let me know if it is still unclear.
As for the actual issue in question here, I don't see anything out of the ordinary but if you provide a live example I can help more.