Would it be possible to implement my example?
Ex:
model value: 1000
separator.2
decimalMaker=","
thousandSeparator="."
display: 1.000 its nok
expected: 1.000,00
Ex2:
model value: 1000.01
separator.2
decimalMaker=","
thousandSeparator="."
display: 1.000,01 its ok
expected: 1.000,01
@lramondev Hi. We will discuss it and possible such functionality will appear in next versions of mask.
@isysenko Is any update there?
please any news?
Is it possible to use decimalMaker as a pipe?
Ex: value | mask: 'separator.2': '.': ','
Most helpful comment
@lramondev Hi. We will discuss it and possible such functionality will appear in next versions of mask.