reactjs / react-autocomplete

WAI-ARIA compliant React autocomplete (combobox) component
MIT License
2.17k stars 532 forks source link

Support for css classes #259

Closed bbrown-extensis closed 7 years ago

bbrown-extensis commented 7 years ago

It would be nice to be able to style Autocomplete with class names vs style objects. Not sure of the best way to do this. Perhaps let the caller pass in a wrapper class name and a menu class name.

bbrown-extensis commented 7 years ago

Okay, looks like for the input control you can use inputProps, and for the menu and menu items, use renderMenu and renderItem. Closing.