JuliaPluto/PlutoUI.jl

`MultiCheckBox` display doesn't sync

Open

#126 aberto em 12 de ago. de 2021

Ver no GitHub
 (1 comment) (1 reaction) (0 assignees)Julia (60 forks)auto 404
good first issue

Métricas do repositório

Stars
 (314 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

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.

Guia do colaborador