It would be good if the value of the progress bar to be displayed could be turned on and off. Currently this is not possible and this makes customization of the component more difficult. For example I want to change the position or the color of the value or put it above the progress bar. I can do that but currently the value would be always displayed on the right.
Suggestion: add a showValue boolean property with default value set to true.
It would be good if the value of the progress bar to be displayed could be turned on and off. Currently this is not possible and this makes customization of the component more difficult. For example I want to change the position or the color of the value or put it above the progress bar. I can do that but currently the value would be always displayed on the right.
Suggestion: add a
showValue
boolean property with default value set totrue
.