PlutoUI.jl icon indicating copy to clipboard operation
PlutoUI.jl copied to clipboard

`MultiSelect` is too finicky about type of `default`

Open yha opened this issue 2 years ago • 0 comments

For example, this doesn't work:

MultiSelect([1=>"a", 2=>"b"]; default=Any[1])

image

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

yha avatar Jul 04 '22 14:07 yha