JuliaPluto/PlutoUI.jl

`MultiCheckBox` display doesn't sync

Open

Aperta il 12 ago 2021

Vedi su GitHub
 (1 commento) (1 reazione) (0 assegnatari)Julia (314 star) (60 fork)auto 404
good first issue

Descrizione

e.g.

using PlutoUI
##
mcb = @bind v MultiCheckBox(["a", "b", "c"])
##
mcb
##
v

Changes to the MultiCheckBox in either cell updates v, but the change is not reflected in the other MultiCheckBox.

Guida contributor