-
Couldn't load subscription status.
- Fork 59
Closed
Labels
needs Pluto.jl featureCan't be done right now because something is missing from Pluto.jl itselfCan't be done right now because something is missing from Pluto.jl itself
Description
Hi, I think I found a bug regarding the use of PlutoUI.jl together with Unitful.jl. Basically, Slider changes some values unexpectedly when given Unitful ranges.
A working example would be:
begin
using Unitful
@bind T Slider((1000:6000)u"K", show_value=true)
endMetadata
Metadata
Assignees
Labels
needs Pluto.jl featureCan't be done right now because something is missing from Pluto.jl itselfCan't be done right now because something is missing from Pluto.jl itself
