vue-the-mask icon indicating copy to clipboard operation
vue-the-mask copied to clipboard

customTokens - add this sufix - m² / after text

Open murilolivorato opened this issue 4 years ago • 2 comments

Hello , I wold like after this -

200

show like this -

200 m² 

( with sufix m² ) how could I do it ?

Thanks

murilolivorato avatar Mar 17 '20 16:03 murilolivorato

<input v-mask="'### m²'">

This seems to work just fine.

DinsmoreDesign avatar Apr 17 '20 19:04 DinsmoreDesign

@DinsmoreDesign the problem is you can't write 2 m² & 20000 m² at the same input field.

Vadiok avatar Dec 02 '20 14:12 Vadiok