kazupon / vue-validator

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

how can the messages be right according to the components order? #117

Closed lmnsg closed 8 years ago

lmnsg commented 8 years ago

I have a form, it just have one message wrapper to show error message, and I want the error message can be right according to the components order. Now, the $validate.messages object can not help me. what shall I do?

kazupon commented 8 years ago

Thank you for your feedback :smile_cat:

Can you provide the sample codes (with jsfiddle or codepen or etc)?

lmnsg commented 8 years ago

@kazupon right, I add the simple codes on jsfiddle, just show you my need. if you can read.......

kazupon commented 8 years ago

@lmnsg Thank you for your codes :smile_cat: I checked your code.

I guess that occurred the following error.

Uncaught TypeError: value.toString is not a function

Can you provide me the your stack trace when occured error at your enviroment ?

kazupon commented 8 years ago

close inactive