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

without an input?

Open rothariger opened this issue 7 years ago • 6 comments

Hi,

i'm trying to apply a v-money mask to a couple of labels, is there a way to accomplish this?

regards.

rothariger avatar Jan 27 '18 15:01 rothariger

@rothariger I need the exact same thing! See my official feature request here: https://github.com/vuejs-tips/v-money/issues/60

Did you figure out how to do this since 28 January?

mesqueeb avatar May 29 '18 09:05 mesqueeb

Hi @mesqueeb, well yes and no, I've changed all my 3rd party libraries for kendovue...

rothariger avatar May 29 '18 09:05 rothariger

any fixes?

saeedvz avatar Jun 13 '18 13:06 saeedvz

I thought the same thing

bibsbarreto avatar Mar 26 '19 00:03 bibsbarreto

I need the same thing, I just need to format a string. I don't need an input. Why would I use two different libraries for almost the same thing?

jbmikk avatar Feb 06 '20 17:02 jbmikk

hi. i have same problem and a fixed it with below way :

v-bind="{thousands:',', readonly: true}

add readonly attr and add product-price class to <money class="product-price" and delete border&background color in css.

msadeghyan1996 avatar Apr 18 '21 09:04 msadeghyan1996