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

Change noMatchFound propType from string to node to be consistent with MU #187

Closed perepelitca closed 5 years ago

perepelitca commented 5 years ago

noMatchFound prop is used as primaryText for Material UI ListItem component. Based on https://v0.material-ui.com/#/components/list, primaryText is a node

codecov-io commented 5 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #187   +/-   ##
=======================================
  Coverage   37.55%   37.55%           
=======================================
  Files           8        8           
  Lines         221      221           
=======================================
  Hits           83       83           
  Misses        138      138
Impacted Files Coverage Δ
src/types/selectField.types.js 21.73% <ø> (ø) :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 ad70abb...c6c8965. Read the comment docs.