JuliaPluto/PlutoUI.jl

`MultiCheckBox` display doesn't sync

Open

#126 opened on 2021年8月12日

GitHub で見る
 (1 comment) (1 reaction) (0 assignees)Julia (60 forks)auto 404
good first issue

Repository metrics

Stars
 (314 stars)
PR merge metrics
 (30d に merged 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.

コントリビューターガイド