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.

貢獻者指南