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

param slider widgets and bounds #255

Closed kcpevey closed 5 years ago

kcpevey commented 5 years ago

param.Number, Integer, Range sliders allow softbounds to be set which allow the programmatic setting of the value to be outside of the initial range. However, these sliders don't allow humans interacting ONLY with the slider widget to go outside the range, no matter if its hard or soft.

jbednar commented 5 years ago

Right. This was already an issue with parambokeh, and remains an issue with Panel.

kcpevey commented 5 years ago

Is it possible to force it into a text box with type and range checking?

kcpevey commented 5 years ago

Closing in favor of https://github.com/pyviz/panel/issues/33