fmoo / react-typeahead

Pure react-based typeahead and typeahead-tokenizer
ISC License
677 stars 232 forks source link

Make skipping blank searches configurable #164

Closed dseeto closed 8 years ago

dseeto commented 8 years ago

Previously, options do not show when the value is empty. This PR adds a prop skipBlankSearch that allows that behavior to be configurable.

By default, options will still not render when the value is empty.

dseeto commented 8 years ago

@fmoo: Updated!