JuliaPluto / PlutoUI.jl

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

MultiSelect & MultiCheckBox fixes #242

Open yha opened 1 year ago

yha commented 1 year ago

This PR:

I moved the MultiSelect implementation to the MultiCheckBox.jl notebook to share code between them, but I'm not sure why MultiCheckBox is in a separate notebook in the first place. May it should be renamed or merged into Builtins.jl?

github-actions[bot] commented 1 year ago

Try this Pull Request!

Open Julia and type:

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

Or run this code in your browser: Run with binder