davestewart / vee-element

Replaces Element UI's validation engine with Vee Validate
http://vee-element.netlify.com
MIT License
73 stars 8 forks source link

Validations don't occur on blur and change events if rules is an object #26

Closed whoisarpit closed 4 years ago

whoisarpit commented 5 years ago

An example is the comment field in the complex example.

whoisarpit commented 5 years ago

The reason it occurs is because of the check by element form for skipping validations.

It has been fixed in #24 in this commit

whoisarpit commented 4 years ago

This has been fixed by #24