Skip to content
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

Datepicker jslink #1536

Merged
merged 10 commits into from
Aug 21, 2020
Merged

Datepicker jslink #1536

merged 10 commits into from
Aug 21, 2020

Conversation

ahuang11
Copy link
Contributor

@ahuang11 ahuang11 commented Aug 21, 2020

https://discourse.holoviz.org/t/using-jslink-with-pn-widgets-datepicker/1116

import panel as pn
pn.extension()

date_picker = pn.widgets.DatePicker()
text_box = pn.widgets.TextAreaInput()

date_picker.jslink(text_box, value='value')
layout = pn.Column(date_picker, text_box)
layout

image

@codecov
Copy link

codecov bot commented Aug 21, 2020

Codecov Report

Merging #1536 into master will decrease coverage by 0.03%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1536      +/-   ##
==========================================
- Coverage   85.72%   85.69%   -0.04%     
==========================================
  Files         145      146       +1     
  Lines       15996    16069      +73     
==========================================
+ Hits        13713    13770      +57     
- Misses       2283     2299      +16     
Impacted Files Coverage Δ
panel/widgets/input.py 96.15% <100.00%> (ø)
panel/widgets/button.py 79.41% <0.00%> (-6.31%) ⬇️
panel/template/base.py 72.62% <0.00%> (ø)
panel/template/__init__.py 100.00% <0.00%> (ø)
panel/tests/io/test_location.py 100.00% <0.00%> (ø)
panel/template/react/__init__.py 76.47% <0.00%> (ø)
panel/io/location.py 81.44% <0.00%> (+0.54%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update bc06d05...b1e8289. Read the comment docs.

@philippjfr
Copy link
Member

Thanks, looks good.

@philippjfr philippjfr merged commit 697f640 into holoviz:master Aug 21, 2020
philippjfr pushed a commit that referenced this pull request Sep 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants