vue-the-mask
vue-the-mask copied to clipboard
customTokens - add this sufix - m² / after text
Hello , I wold like after this -
200
show like this -
200 m²
( with sufix m² ) how could I do it ?
Thanks
<input v-mask="'### m²'">
This seems to work just fine.
@DinsmoreDesign the problem is you can't write 2 m² & 20000 m² at the same input field.