JuliaPluto / PlutoUI.jl

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

cast NumberField values to the range type #203

Closed Pangoraw closed 2 years ago

Pangoraw commented 2 years ago

Fixes https://github.com/fonsp/Pluto.jl/issues/2002

github-actions[bot] commented 2 years ago

Try this Pull Request!

Open Julia and type:

  julia> import Pkg
julia> Pkg.activate(temp=true)
julia> Pkg.add(url="https://github.com/JuliaPluto/PlutoUI.jl", rev="transform_number_field")
julia> using PlutoUI

Or run this code in your browser: Run with binder