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 parameter is not mapped then it will be mapped to it's first super class found in _mapping
all params inherit from param.Parameter so the widget affected is LiteralInput
This issue is opened to discuss missing mapping, not relevant or wrong mapping.
on gitter @philippjfr suggest mapping param.DateRange to pn.widgets.DateRangeSlider
param.Filename is not mapped and LiteralInput lead to a bad behavior
The text was updated successfully, but these errors were encountered:
Currently only a subset of the parameters for param module are mapped to a widget.
The mapping is the following:
If a parameter is not mapped then it will be mapped to it's first super class found in
_mapping
all params inherit from param.Parameter so the widget affected is
LiteralInput
This issue is opened to discuss missing mapping, not relevant or wrong mapping.
param.DateRange
topn.widgets.DateRangeSlider
param.Filename
is not mapped andLiteralInput
lead to a bad behaviorThe text was updated successfully, but these errors were encountered: