Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1.28 KB

README.md

File metadata and controls

31 lines (23 loc) · 1.28 KB

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