Buefy version: 0.6.3
Vuejs version: 2.5.13
OS/Browser: Windows 10/ Chrome
I have a few buefy components on my form and I am trying to do the required validation. There is not much documentation around it but I have found a jsfiddle example to validate b-input which worked like charm, however, I was not able to validate other components in my form. Any examples of validating different buefy components, customizing the default error messages, multiple checkbox validation(atleast one to be selected) etc would be greatly appreciated.
@abhinukala We thought about an example in extension docs section with an external library (what library we have to decide yet)
I have been using monterail/vuelidate as a library for doing validatiosn, from simple ones, to some more complex ones, that is designed to work with Vue.
Most helpful comment
I have been using monterail/vuelidate as a library for doing validatiosn, from simple ones, to some more complex ones, that is designed to work with Vue.