Decimal value on ProgressBar within a template grid

0
I have used a progress bar in a snippet. It always rounds up the decimal attribute used for that to the nearest integer value as shown in the image. But I require that to show the value upto one decimal point like 90.4% in stead of 90%. Can this be possible with the progressbar widget ?
asked
1 answers
1

Hi Soumya. This isn't possible, because the widget does a round on the percentage. If you would like to see this changed I suggest creating an issue/idea on Github: https://github.com/mendixlabs/progress-bar/issues

answered