You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 25, 2017. It is now read-only.
I've found a bug in the validation of fields containing the value 0. Once you add a validator rule to that field, the contents of the field disappears.
vue & vue-validator version
1.0.17, 2.0.0-beta.1
I've found a bug in the validation of fields containing the value 0. Once you add a validator rule to that field, the contents of the field disappears.
Reproduction Link: https://jsfiddle.net/g813xymd/
Steps to reproduce
Add v-validator to a textfield bound to a v-model with the value of 0
What is Expected?
The field should show 0
What is actually happening?
The field is empty
The text was updated successfully, but these errors were encountered: