menu icon indicating copy to clipboard operation
menu copied to clipboard

Introduced a remainOnSelect property

Open PhonicCanine opened this issue 4 years ago • 1 comments

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.

PhonicCanine avatar Mar 23 '21 08:03 PhonicCanine

Codecov Report

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

:exclamation: 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.

codecov[bot] avatar Mar 23 '21 08:03 codecov[bot]