vue-validator
vue-validator copied to clipboard
form validator for vue 0.11
Make vue-validator compatible with Vue 1.0
If duplicated fields were present on the page, only the first one was getting validated and styled. This commit enables validation on all duplicated fields. Closes #6
Any idea why is this happening? ``` [Vue warn]: You are setting a non-existent path "validator" on a vm instance. Consider pre-initializing the property with the "data" option for more...
When multiple elements are bound to the same v-model, the valid/invalid classed are only applied to the first element. http://jsbin.com/zehajikapi/3/edit