You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
space-nuko
changed the title
Progressbar in Svelte version uses incorrect style prop formatProgressbar in Svelte version does not show progress value
May 31, 2023
Describe the bug
The
Progressbar
component in the Svelte version doesn't update correctly. This is because the style applied to the element has an incorrect syntaxframework7/src/svelte/components/progressbar.svelte
Lines 29 to 32 in 09ef46f
framework7/src/svelte/components/progressbar.svelte
Line 36 in 09ef46f
The
style
prop passed to thespan
has to be a string, not a JavaScript objectTo Reproduce
Steps to reproduce the behavior:
Progressbar
progress
to a numberExpected behavior
Bar should display progress value
Actual Behavior
There is no progress update. In the devtools the style has become
[object Object]
The text was updated successfully, but these errors were encountered: