Sharlaan / material-ui-superselectfield

multiselection autocomplete dropdown component for Material-UI
https://sharlaan.github.io/material-ui-superselectfield
MIT License
266 stars 92 forks source link

Feature Fix selectAll #159

Closed Sharlaan closed 6 years ago

Sharlaan commented 6 years ago

selectAll now takes into account … the autocompleteFilter value (issue #158)

codecov-io commented 6 years ago

Codecov Report

Merging #159 into master will decrease coverage by 1.18%. The diff coverage is 36.42%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #159      +/-   ##
==========================================
- Coverage   38.46%   37.27%   -1.19%     
==========================================
  Files           7        7              
  Lines         208      220      +12     
==========================================
+ Hits           80       82       +2     
- Misses        128      138      +10
Impacted Files Coverage Δ
src/defaultProps/selectFieldDefaultProps.js 100% <100%> (ø) :arrow_up:
src/SelectionsPresenter.js 100% <100%> (ø) :arrow_up:
...rc/defaultProps/selectionsPresenterDefaultProps.js 16.66% <20%> (ø) :arrow_up:
src/utils.js 34.78% <30.76%> (ø) :arrow_up:
src/SuperSelectField.js 35.41% <33.33%> (-1.71%) :arrow_down:
src/FloatingLabel.js 22.22% <40%> (ø) :arrow_up:
src/types/selectFieldTypes.js 21.73% <66.66%> (ø) :arrow_up:

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 36f5b6b...e9a46b5. Read the comment docs.