Hey,
I have a select widget from panel that includes different values. Depending on these values I want to make a panel slider visible.
For example:
The select widget includes the values “A”, “B” and “C”.
If I select “A” or “C” I want to make an IntSlider visible.
If i select “B” I want to see a DatetimeSlider.
It doesn’t work to add the disabled-parameter of the sliders to the function and enable the sliders due to the selection by changing the disabled-parameter. But I don’t know why this doesn’t work.
How can i solve this in a function?
Good to know: I’m working on a Jupyter Notebook environment.