v-money
v-money copied to clipboard
Error on null value and do not return Empty String
Hi, When v-model is null, the component will throw Error that e in null, I think it's better to replace null into empty String automaticlly. Also we remove every number in input, It return a '0' String that is not correct. It will better to return empty String as we need.
You could use allow-blank
with v-money3
. It has this and other features that v-money
don't support. But unfortunately it is only compatible with Vue3.
That's great, I'll try to implement in nuxtjs
v2.x.
Tnx a lot.