Skip to content

Introduced a remainOnSelect property - #379

Open
PhonicCanine wants to merge 2 commits into
react-component:masterfrom
PhonicCanine:allow-non-dismissal
Open

Introduced a remainOnSelect property#379
PhonicCanine wants to merge 2 commits into
react-component:masterfrom
PhonicCanine:allow-non-dismissal

Conversation

@PhonicCanine

Copy link
Copy Markdown

When added to a Menu, a new "remainOnSelect" property allows the menu to remain active even after the user selects an item.
This should be particularly useful for multi-select scenarios.

When added to a Menu, this allows the menu to remain active even after the user selects an item.
This should be particularly useful for multi-select scenarios.
@codecov

codecovBot commented Mar 23, 2021

Copy link
Copy Markdown

Codecov Report

Merging #379 (0470811) into master (91ec16c) will not change coverage.
The diff coverage is 100.00%.

❗ Current head 0470811 differs from pull request most recent head 65ed0c4. Consider uploading reports for the commit 65ed0c4 to get more accurate results
Impacted file tree graph

@@ Coverage Diff @@## master #379 +/- ##
=======================================
Coverage 95.64% 95.64% =======================================
Files 11 11 Lines 919 919 Branches 274 274 =======================================
Hits 879 879 Misses 40 40 
Impacted FilesCoverage Δ
src/Menu.tsx98.12% <100.00%> (ø)

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 91ec16c...65ed0c4. Read the comment docs.

@delete-merged-branch
delete-merged-branchBot deleted the branch react-component:masterMarch 31, 2023 07:09
Sign up for freeto 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.

1 participant

@PhonicCanine