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
I can't seem to figure out how to actually have 0 as the v-model value when I'm initially loading my form.
The input is just an empty string but it will display the 0 value correctly once I've blurred it.
This behavior messes with my validation since it won't allow an empty string but will allow a 0.
Is there any way to correctly display the 0 when loading the input? Thanks!
The text was updated successfully, but these errors were encountered:
This is very possible, you can try changing this value in the docs to zero and re-open the html, the value will be zero by default
Sorry for the late reply 😄
Hey, thanks for the nice library.
I can't seem to figure out how to actually have 0 as the v-model value when I'm initially loading my form.
The input is just an empty string but it will display the 0 value correctly once I've blurred it.
This behavior messes with my validation since it won't allow an empty string but will allow a 0.
Is there any way to correctly display the 0 when loading the input? Thanks!
The text was updated successfully, but these errors were encountered: