v-money
v-money copied to clipboard
without an input?
Hi,
i'm trying to apply a v-money mask to a couple of labels, is there a way to accomplish this?
regards.
@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?
Hi @mesqueeb, well yes and no, I've changed all my 3rd party libraries for kendovue...
any fixes?
I thought the same thing
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?
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.