holoviz-topics / EarthSim

Tools for working with and visualizing environmental simulations.
https://earthsim.holoviz.org
BSD 3-Clause "New" or "Revised" License
65 stars 21 forks source link

parambokeh unable to handle ObjectSelector without a specified default #199

Closed sdc50 closed 5 years ago

sdc50 commented 6 years ago

If an ObjectSelector parameter is specified without a default value then paramnb is able to render it, but parambokeh throws an error:

image

jbednar commented 6 years ago

I think parambokeh should do the same as paramnb, i.e. to take the first item in the list.

philippjfr commented 5 years ago

We've now switched to panel which picks the first item in the list by default.