Replies: 2 comments
-
This doesn't feel like something vue should do. Angular is a huge framework while vue keeps the scope of responsibility significantly smaller. There are multiple libraries that do this, I don't think bloating the core rendering library with something like this is viable. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Me too want this feature! I found something similar. I wish there was a way to integrate this with any vue project; without the need to integrate the whole inkline library. |
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
-
Hi,
I think similar to Angular Framework vue 3 team should also look into, native form validation to make life easier.
There is no framework way of Vue where we can check if the field is
.dirty
or.pristine
or.touched
to trigger validations.Is it in the pipeline by any chance?
Beta Was this translation helpful? Give feedback.
All reactions