fmoo / react-typeahead

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

add disabled prop #147

Open benrlodge opened 8 years ago

benrlodge commented 8 years ago

Adds disabled option by passing disabled={true} (using disabled attribute - https://developer.mozilla.org/en-US/docs/Mozilla/Tech/XUL/Attribute/disabled)

Convenient when making server requests.

fmoo commented 8 years ago

Can you added this to the tokenizer as well?

benrlodge commented 8 years ago

sure np