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

Fix flex wrappers for SelectionsPresenter so it expands #118

Closed jwmann closed 6 years ago

jwmann commented 6 years ago

Nothing much to say here. Without it, it won't expand to the height or width of the its parents container which for wrapper divs is essential. Doesn't affect any default behaviour.

codecov-io commented 6 years ago

Codecov Report

Merging #118 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #118   +/-   ##
=======================================
  Coverage   40.97%   40.97%           
=======================================
  Files           6        6           
  Lines         205      205           
=======================================
  Hits           84       84           
  Misses        121      121
Impacted Files Coverage Δ
src/SelectionsPresenter.js 100% <ø> (ø) :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 ef594bc...f08440e. Read the comment docs.