Progress bar borked for anyone else?

It looks like the progress bar is calculating the min-width based on the text inside of it instead of the value.

Anyone else?

Demo: https://nocode-to-knowcode.bubbleapps.io/version-test/progress_bar

The bar is made up of 3 elements, 2 divs and 1 span.

The parent div “progressbar-ProgressBar” contains the child div “inner-progressbar” and the child div contains the span “progressbar-label”.

Apparently, for non-integer values ​​and below 33.33% the width property of the second div adopts the length of the returned value, when it should be the value returned in the span.

One way to fix this would be to use custom code.

Example (editor): Codex-examples | Bubble Editor

Example (preview): Codex - Examples

1 Like

This topic was automatically closed after 14 days. New replies are no longer allowed.