JuliaPluto/PlutoUI.jl

`MultiCheckBox` display doesn't sync

Open

#126 创建于 2021年8月12日

在 GitHub 查看
 (1 评论) (1 反应) (0 负责人)Julia (60 fork)auto 404
good first issue

仓库指标

Star
 (314 star)
PR 合并指标
 (30 天内没有已合并 PR)

描述

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.

贡献者指南