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

Vee Validate directives support #4

Open ajerez opened 5 years ago

ajerez commented 5 years ago

Hi, first of all, thanks for releasing this project.

Do you have any ideas of adding support in the future for the use of vee validate directives directly on el-input elements?

Thanks in advance

davestewart commented 5 years ago

Hmm, I haven't thought about this, as using rules in an ElForm seems to cover the main use case.

Can you give an example where this would be useful?

Artem-Schander commented 5 years ago

How about this one

I would like to implement a server side validation. To get it done properly i need to pass more data to the backend than just the value