Skip to content

Commit

Permalink
Datepicker jslink (#1536)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahuang11 authored and philippjfr committed Sep 17, 2020
1 parent 5758b80 commit 5346002
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion panel/widgets/input.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ class DatePicker(Widget):

enabled_dates = param.List(default=None, class_=(date, str))

_source_transforms = {'value': None, 'start': None, 'end': None}
_source_transforms = {}

_rename = {'start': 'min_date', 'end': 'max_date', 'name': 'title'}

Expand Down

0 comments on commit 5346002

Please sign in to comment.