Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

muishift

TarikHuber185MIT1.1.4

Muishift React component

react-component, downshift, material-ui, selectfield, autocomplete, virtualized

readme

muishift

Travis npm package Coveralls

Thin Material UI layer over downshift. Demo

Props

Property Type Required Description
items Array Items that will be shown in menu
temToString Function | Functions to get string value of item
renderInput Function | Functions to render Input
renderSuggestion Function | Functions to render single Suggestion
getFilteredItems Function | Functions to get filtered items
renderMenu Function | Functions to render Menu
matchSorterProps Object | Properties for the matchSorter
inputProps Object | inputProps that will be spread into the TextField of the default Input
all downshift props | all props that can be send to downshift