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

Typeahead, written using the React.js library.

Results 24 react-typeahead-component issues
Sort by recently updated
recently updated
newest added

Is this component have react ES6 support ?

This suppresses the warnings thrown by react 0.14. I think to be fully compliant it should use ReactDOM.findDOMNode, but this is backward compatible with users still on 0.13.

I'm getting this warnings in console due to a getDOMNode used in typeahead: Typeahead.getDOMNode(...) is deprecated. Please use ReactDOM.findDOMNode(instance) instead. if (target !== window && !this.getDOMNode().contains(target)) { _this.hideHint(); _this.hideDropdown(); }...

Hi, Any plans on updating this to use latest version of react (v15)? I am getting the following error when I try to install this. ``` npm ERR! Windows_NT 6.1.7601...

First of all - this component is royal awesomeness. Configurability is way beyond anything else. I've got a slight issue, though: I'm using it for a quick entry mechanism -...

On Chrome, browser autocomplete shows up and overlaps with the typeahead dropdown. Chrome on desktop now supports autocomplete=off Reference thread: https://code.google.com/p/chromium/issues/detail?id=468153#c123

If you test the demos using IE9, you cannot click on the input to gain focus. Changing the background from `transparent` to `rgba(0,0,0,0)` fixes the issue.

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...

I have been running into an issue where onOptionClick() will not fire in Internet Explorer. I think it is an issue with the handleWindowClose event getting fired when it shouldn't...