wearebraid / vue-formulate

⚡️ The easiest way to build forms with Vue.
https://vueformulate.com
MIT License
2.25k stars 245 forks source link

Allow setting errorBehavior for entire form #386

Open henryaj opened 3 years ago

henryaj commented 3 years ago

Thanks for your hard work on this project - it's making my life as a newly-minted CTO much easier! 🙏🏻

My request: it would be cool to be able to set errorBehavior (i.e. whether form warnings are shown on blur/submit/whatever) on the whole form, not just on individual inputs.

henryaj commented 3 years ago

(Unless there's already some way of doing this I haven't spotted!)