JuliaPluto/PlutoUI.jl

`MultiCheckBox` display doesn't sync

Open

#126 geöffnet am 12. Aug. 2021

Auf GitHub ansehen
 (1 Kommentar) (1 Reaktion) (0 zugewiesene Personen)Julia (60 Forks)auto 404
good first issue

Repository-Metriken

Stars
 (314 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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.

Contributor Guide