react-typeahead icon indicating copy to clipboard operation
react-typeahead copied to clipboard

Pure react-based typeahead and typeahead-tokenizer

Results 100 react-typeahead issues
Sort by recently updated
recently updated
newest added

Similar to #108 but a bit more basic. We're using the typeahead component as a part of a custom multiselect form, where we don't want the values to appear as...

Hi. I have one issue. If I set react-redux connet as customListComponent in Typeahead, I get warning "nvalid prop `customListComponent` supplied to `Typeahead`". In this case customListComponent is PropTypes.object. Could...

It will be cool to be able to enable highlight with one prop ``` jsx ``` So it could look like in original twitter typeahead lib https://twitter.github.io/typeahead.js/examples/#the-basics ![typeahead](https://cloud.githubusercontent.com/assets/17785556/17697897/5e6fd23a-63c0-11e6-8d45-9f5d69e8caf2.png) in my...

value of token key passed under customClasses for Tokenizer is being used as the className for Token component and also for the tag that renders with a close action. This...

value of token key passed under customClasses for Tokenizer is being used as the className for Token component and also for the tag that renders with a close action. This...

As I added text into Typeahead field I saw the following error in my console react-dom.development.js:545 Warning: A future version of React will block javascript: URLs as a security precaution....

**Basic Typeahead with Topcoat** Edit _onBlur function setting showResults to False to hide Options Menu Issue #241

Hi. There are problems with how tab behaves: - Tab should have it's default behaviour just like it does with normal inputs. The caret navigation shouldn't be mixed with the...

I think the behaviour behind the TAB key is not good as it is... When I press tab the component picks the first option, which is nice, but if I...