Mirko
Results
2
issues of
Mirko
When the picker returns to the selected element at index 0, the onChange function is not triggered. My suggestion is to remove the conditional check and trigger onChange for any...
**Describe the bug** The progress label doesn't show the correct number due for the Math.floor I suggest to use Math.ceil instead index.js line 36 return setLabelValue(Math.floor((value / 100) * max));...