ezequiel/react-typeahead-component

Make classNames configurable

EvanBoyle opened this issue · 2 comments

The fact that classNames aren't configurable makes it difficult to use this component with something like bootstrap. It would be really nice if your exposed a dictionary of classnames that could be overridden by the user eg:

customClasses={{{
input: "form-control"
}}

+1