Marco Ramires

Results 2 comments of Marco Ramires

Hi @lukeisontheroad, I didn't have the time to work on this yet. As this bug is being fixed in the later version of Android (7.1.1) we decided to add a...

Same issue here. ``` format: function (value) { if (type == '$') { value = '$' + value.toLocaleString(); } return value }; ``` Input: 30000 Output: $30,000 Cheers