You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a pn.bind returns a widget or a pane on its own, meaning not embedded in a layout, this component cannot be updated by other callbacks. It's the case for every parameter I've tried: value, disabled, loading, visible, enabled_dates...
There's two conflated issues here, the first is that your example reuses int_input twice, which sadly is not possible currently. Presumably you just did that to create an MRE though, the other issue is quite frustrating and I'll push a fix shortly.
Panel 1.3.4 in a server
If a
pn.bind
returns a widget or a pane on its own, meaning not embedded in a layout, this component cannot be updated by other callbacks. It's the case for every parameter I've tried:value
,disabled
,loading
,visible
,enabled_dates
...Put it in a container and it's fine.
Here is a simple example:
No error is logged either in Python or Javascript.
The text was updated successfully, but these errors were encountered: