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

Support size argument on Select widget #1546

Merged
merged 5 commits into from
Aug 24, 2020
Merged

Support size argument on Select widget #1546

merged 5 commits into from
Aug 24, 2020

Conversation

philippjfr
Copy link
Member

Adds a size argument to the Select widget which allows rendering an area like the MultiSelect widget.

Implements #255

@philippjfr philippjfr added the type: enhancement Minor feature or improvement to an existing feature label Aug 24, 2020
@codecov
Copy link

codecov bot commented Aug 24, 2020

Codecov Report

Merging #1546 into master will increase coverage by 0.02%.
The diff coverage is 72.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1546      +/-   ##
==========================================
+ Coverage   85.63%   85.65%   +0.02%     
==========================================
  Files         146      146              
  Lines       16081    16216     +135     
==========================================
+ Hits        13771    13890     +119     
- Misses       2310     2326      +16     
Impacted Files Coverage Δ
panel/io/callbacks.py 26.02% <15.62%> (-3.39%) ⬇️
panel/reactive.py 86.43% <94.11%> (+1.06%) ⬆️
panel/io/embed.py 88.52% <100.00%> (+2.53%) ⬆️
panel/models/__init__.py 100.00% <100.00%> (ø)
panel/models/widgets.py 100.00% <100.00%> (ø)
panel/tests/test_links.py 98.88% <100.00%> (+0.06%) ⬆️
panel/widgets/__init__.py 100.00% <100.00%> (ø)
panel/widgets/select.py 93.24% <100.00%> (+0.31%) ⬆️
panel/tests/io/test_embed.py 99.41% <0.00%> (+0.06%) ⬆️

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 391c4c7...fe04cce. Read the comment docs.

@philippjfr philippjfr merged commit 4094bc5 into master Aug 24, 2020
@philippjfr philippjfr deleted the single_select branch August 24, 2020 19:43
philippjfr added a commit that referenced this pull request Sep 17, 2020
* Support size argument on Select widget

* Fixed flake

* Hide arrow

* Factor out SingleSelectBase

* Declare base class as abstract
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement Minor feature or improvement to an existing feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant