Format in counter

Hi,
the format in counter don’t works. it shows always '“.” (point) as decimal-delimiter and shows no decimal-places if the number is an integer. I use format:“1.111,00”. what can i do?
thank you for your advice
Roman

Hello,
Value formatting is the feature of ui.text. Initially, ui.counter does not inherit it, but it can be extended with the needed logic: Code Snippet

Hi,

Now is format o’k - but the min/max values are ignored.
https://snippet.webix.com/4k5plzzh
and that is very important for me. any idea?
roman

Hello ObiWanKenobi

To make the min/max values work you need to add value restrictions to the $setValue method.
Please check the example: Code Snippet