v-money icon indicating copy to clipboard operation
v-money copied to clipboard

Error on null value and do not return Empty String

Open esamani77 opened this issue 3 years ago • 2 comments

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.

esamani77 avatar Jun 14 '21 10:06 esamani77

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.

jonathanpmartins avatar Jun 17 '21 00:06 jonathanpmartins

That's great, I'll try to implement in nuxtjs v2.x. Tnx a lot.

esamani77 avatar Jun 21 '21 18:06 esamani77