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 resizable param to TextAreaInput #6126

Merged
merged 3 commits into from
Dec 27, 2023
Merged

Add resizable param to TextAreaInput #6126

merged 3 commits into from
Dec 27, 2023

Conversation

ahuang11
Copy link
Contributor

@ahuang11 ahuang11 commented Dec 26, 2023

Connects https://docs.bokeh.org/en/latest/docs/reference/models/widgets/inputs.html#bokeh.models.TextInput.resizable

Screen.Recording.2023-12-26.at.11.30.24.AM.mov

resizable=False is broken at the moment:
bokeh/bokeh#13623

Copy link

codecov bot commented Dec 26, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (a1e32c0) 84.60% compared to head (e2cc56f) 84.64%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #6126      +/-   ##
==========================================
+ Coverage   84.60%   84.64%   +0.03%     
==========================================
  Files         296      296              
  Lines       44107    44108       +1     
==========================================
+ Hits        37318    37334      +16     
+ Misses       6789     6774      -15     
Flag Coverage Δ
ui-tests 40.68% <100.00%> (+<0.01%) ⬆️
unitexamples-tests 72.63% <100.00%> (+0.03%) ⬆️

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

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@philippjfr
Copy link
Member

Needs to be added to the TextAreaInput reference notebook.

@ahuang11
Copy link
Contributor Author

Okay added

@philippjfr philippjfr merged commit 181b5ca into main Dec 27, 2023
10 of 13 checks passed
@philippjfr philippjfr deleted the add_resizable branch December 27, 2023 18:53
This was referenced Jan 17, 2024
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