-
-
Notifications
You must be signed in to change notification settings - Fork 525
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enabled disabled dates #1524
Enabled disabled dates #1524
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1524 +/- ##
=======================================
Coverage 85.70% 85.70%
=======================================
Files 144 144
Lines 15968 15970 +2
=======================================
+ Hits 13685 13687 +2
Misses 2283 2283
Continue to review full report at Codecov.
|
Great, thanks so much! Could we also document these parameters in examples/reference/widgets/DatePicker.ipynb so they show up here: https://panel.holoviz.org/reference/widgets/DatePicker.html |
* Allow embedding local file * Remove is_url check * Reverse logic * Add disabled_dates and enabled_dates to DatePicker * Add docs Co-authored-by: ahuang11 <ahuang11@illinois.edu>
#1522