kazupon / vue-validator

:white_check_mark: Validator component for Vue.js
MIT License
2.19k stars 431 forks source link

dynamic validator support #249

Closed sithuaung closed 8 years ago

sithuaung commented 8 years ago

Hello @kazupon Sorry for mention. Could u check?

Does dynamic validator support now? I have jsfiddle. I can't get it to work yet.

Great work vue-validator. Thanks

nandin-borjigin commented 8 years ago

Update

I've updated your jsfiddle and it works now, look at here

The main idea is: keep using single validator scope but set the validator field name dynamically, reference here

Original

how about using Grouping

kazupon commented 8 years ago

@webcrazy Thank you for your question. The answer of is as above

@Nandiin Thanks!!

sithuaung commented 8 years ago

Thanks you so much @Nandiin and @kazupon.