holoviz / panel

Panel: The powerful data exploration & web app framework for Python
https://panel.holoviz.org
BSD 3-Clause "New" or "Revised" License
4.69k stars 508 forks source link

Custom formatter not working for EditableIntSlider in Panelite #4400

Open MarcSkovMadsen opened 1 year ago

MarcSkovMadsen commented 1 year ago

panelite=0.14.3

I'm trying out the reference/widgets/EditableIntSlider.ipynb notebook. It seems the custom format parameter is not working.

I would expect the formatting to be different than what is shown below.

image

philippjfr commented 1 year ago

Nothing to do with Panelite. The formatter is applied correctly but is only visible when hovering over the slider handle.