Hello there,
It's common knowledge that using Vue-validator with most UI components can be challenging when it comes to validation. I've been utilizing Vue Material Components by @mjanys, which is a fantastic library. The author has included methods to handle validation results such as true/false and messages, but my question is: how can I implement live data validation in the model itself? Hopefully, I have explained myself clearly, but if not, please let me know so I can clarify further.
In addition, I am looking for a way to perform AJAX validation, such as ensuring a user name is unique during registration.