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

Add value_input to TextInput widgets #2007

Merged
merged 2 commits into from
Feb 25, 2021
Merged

Add value_input to TextInput widgets #2007

merged 2 commits into from
Feb 25, 2021

Conversation

philippjfr
Copy link
Member

Fixes #1882

@codecov
Copy link

codecov bot commented Feb 25, 2021

Codecov Report

Merging #2007 (bff7e91) into master (fd9e09c) will decrease coverage by 0.00%.
The diff coverage is 96.96%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2007      +/-   ##
==========================================
- Coverage   84.81%   84.81%   -0.01%     
==========================================
  Files         166      166              
  Lines       19997    20000       +3     
==========================================
+ Hits        16961    16962       +1     
- Misses       3036     3038       +2     
Impacted Files Coverage Δ
panel/tests/test_reactive.py 98.88% <95.00%> (+0.07%) ⬆️
panel/widgets/input.py 95.83% <100.00%> (-0.04%) ⬇️
panel/widgets/select.py 93.51% <100.00%> (+0.02%) ⬆️
panel/io/reload.py 65.88% <0.00%> (-2.36%) ⬇️
panel/pane/vtk/vtk.py 96.39% <0.00%> (-0.03%) ⬇️
panel/pane/vtk/synchronizable_deserializer.py 97.58% <0.00%> (+0.03%) ⬆️

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 fd9e09c...bff7e91. Read the comment docs.

@philippjfr philippjfr merged commit 537019d into master Feb 25, 2021
@philippjfr philippjfr deleted the value_input branch February 25, 2021 14:26
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.

Add value_input parameter to all TextInputs
1 participant