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

Default not activating properly for MultiCheckBox on Pluto v0.14.8 #1260

Closed
ArchieCall opened this issue Jun 22, 2021 · 2 comments
Closed

Default not activating properly for MultiCheckBox on Pluto v0.14.8 #1260

ArchieCall opened this issue Jun 22, 2021 · 2 comments

Comments

@ArchieCall
Copy link

For MWE below: each line is a separate cell.

using Pluto
using PlutoUI
@bind my_boxes MultiCheckBox(["A", "B"]; default = ["B"])
my_boxes

Pluto v0.14.7
Activate Pluto and let it settle down -- do not click on the multi check boxes in any way.
The @Bind line outputs check boxes "A" and "B" with box "B" checked. This is expected.
The my_boxes line outputs ["B"] which is the expected output.

Pluto v0.14.8
Same thing as Pluto v0.14.7, except the my_boxes line outputs shows nothing.
This means box "B" is checked, however the my_boxes cell has not reacted to this check.
If I uncheck box "B" and then check it again, then my_boxes shows ["B"], which is expected.

The net of this behavior is; MultiCheckBox defaults have no meaning on v0.14.8.

@fonsp fonsp mentioned this issue Jul 5, 2021
7 tasks
@fonsp
Copy link
Owner

fonsp commented Jul 5, 2021

#1284 might be related,

@fonsp
Copy link
Owner

fonsp commented Feb 23, 2022

Fixed, probably by #1898

@fonsp fonsp closed this as completed Feb 23, 2022
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

2 participants