JuliaPluto / PlutoUI.jl

https://featured.plutojl.org/basic/plutoui.jl
The Unlicense
299 stars 54 forks source link

Slider with `show_value` not synced among multiple presentations of the Dingetje #277

Closed schlichtanders closed 7 months ago

schlichtanders commented 7 months ago

image

I am mainly working with Select UI elements, which work lovely with showing them multiple times at different places in Pluto. The plain Slider works too, but the syncronisation of the show-value is apparently broken or has never worked.

It would be great if all PlutoUI dingetjes could be used repeatively - this makes for a smooth experiment environment where you can start small and then plug things together to the final result

schlichtanders commented 7 months ago

Thank you a lot.

EDIT: just tested it - works :)