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

Improvements for Param pane #3912

Merged
merged 1 commit into from
Sep 29, 2022
Merged

Improvements for Param pane #3912

merged 1 commit into from
Sep 29, 2022

Conversation

philippjfr
Copy link
Member

  • Add Tabulator as default DataFrame widget (if registered)
  • Adds ability to use onkeyup configuration for TextInput widgets in Param pane

Fixes #3780

@codecov
Copy link

codecov bot commented Sep 29, 2022

Codecov Report

Merging #3912 (b0dae21) into master (fa5c86d) will decrease coverage by 0.00%.
The diff coverage is 78.57%.

@@            Coverage Diff             @@
##           master    #3912      +/-   ##
==========================================
- Coverage   83.30%   83.30%   -0.01%     
==========================================
  Files         222      222              
  Lines       32823    32835      +12     
==========================================
+ Hits        27344    27353       +9     
- Misses       5479     5482       +3     
Flag Coverage Δ
ui-tests 35.20% <42.85%> (+0.01%) ⬆️
unitexamples-tests 75.04% <78.57%> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
panel/param.py 87.22% <77.77%> (-0.18%) ⬇️
panel/widgets/input.py 95.68% <80.00%> (-0.18%) ⬇️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@philippjfr philippjfr merged commit 5801bcb into master Sep 29, 2022
@philippjfr philippjfr deleted the param_improvements branch September 29, 2022 19:23
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.

TextInput widgets that reacts to value_input
1 participant