JuliaPluto/PlutoUI.jl

`MultiCheckBox` display doesn't sync

Open

#126 ouverte le 12 août 2021

Voir sur GitHub
 (1 commentaire) (1 réaction) (0 assignés)Julia (60 forks)auto 404
good first issue

Métriques du dépôt

Stars
 (314 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

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.

Guide contributeur