Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for MultiCheckBox from PlutoUI? #103

Open
iabraham opened this issue Mar 11, 2023 · 0 comments
Open

Support for MultiCheckBox from PlutoUI? #103

iabraham opened this issue Mar 11, 2023 · 0 comments

Comments

@iabraham
Copy link

I am consistently getting buggy behavior when the SliderServer runs a notebook with PlutoUI elements; specifically the MultiCheckBox. The notebook runs fine when Pluto is running it; but shows errors when the SliderServer runs it. Here is a MWE:

using  PlutoUI

begin
	sites = ["France","Germany","Russia","China"]
	groupdict = Dict(zip(sites,[[:blue, :white, :red], 
		[:black, :red, :yellow], [:blue, :red, :white], 
		[:red, :yellow]] ))
end

@bind loc Select(sites)

@bind col MultiCheckBox(groupdict[loc])

multicheckbug

Any clue what could be going wrong?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant