JuliaPluto/PlutoUI.jl
GitHub で見る`MultiSelect` is too finicky about type of `default`
Open
#218 opened on 2022年7月4日
good first issue
Repository metrics
- Stars
- (314 stars)
- PR merge metrics
- (30d に merged PR はありません)
説明
For example, this doesn't work:
MultiSelect([1=>"a", 2=>"b"]; default=Any[1])

This can become annoying when the default is generated from some loosely-typed data.