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

Introduced a remainOnSelect property #379

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

PhonicCanine
Copy link

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
Copy link

codecov bot commented Mar 23, 2021

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 Files Coverage Δ
src/Menu.tsx 98.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-branch bot deleted the branch react-component:master March 31, 2023 07:09
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

1 participant