Closed richardpenny-bp closed 4 months ago
Hello, it looks like the Widget is providing an incorrect text value inside the element.
Here is an example:
<progress class="frc-progress" value="0.10416666666666667" title="5/48 (462K/s)">0.10%</progress>
The value of 0.1046 corresponds to a percentage of 10%, rather than 0.10%.
Thank you :) It should be fixed in the next release
Super, thank you!
Hello, it looks like the Widget is providing an incorrect text value inside the
Here is an example:
The value of 0.1046 corresponds to a percentage of 10%, rather than 0.10%.