Skip to main content

All Questions

0 votes
1 answer
2k views

BootstrapVue VeeValidate - show an extra error message when form is invalid

I am using BootstrapVue and VeeValidate in my Laravel + Vue.js SPA (Single Page Appplication). When form fields are invalid, it automatically shows errors in respective positions. But I need a way so ...
Istiaque Ahmed's user avatar
1 vote
1 answer
2k views

Vue.js BootstrapVue : Veevalidate does not show the validation error mesage for phone number input

In my Laravel+Vue.js SPA ( Single Page Application) I am using the phone number input validation package from here, BootstrapVue from here and Veevalidate from here . I think I need to show only the ...
Istiaque Ahmed's user avatar