finnhvman/matter

matter-progress-circular doesnt seem to work with values

Closed this issue · 1 comments

The circular progress with class matter-progress-circular, seems to be working fine.

<progress class="matter-progress-circular"></progress>

But with specified values, it doesn't work as expected:

<progress class="matter-progress-circular" value="60" max="100"></progress>

Can you please guide?

Hey, sorry the determinate version (when you set a value) of the circular progress is not supported.