react-typeahead
react-typeahead copied to clipboard
Pure react-based typeahead and typeahead-tokenizer
> Function **_onTextEntryUpdated** should be update to set the **selectionIndex** equal to **null**. ``` _onTextEntryUpdated: function() { var value = this.refs.entry.value; this.setState({visible: this.getOptionsForValue(value, this.props.options), selection: '', selectionIndex: null, entryValue: value});...
Please could you update dependencies as ReactJS went from 0.14.8 to 15.0.0 which is causing issues. Thanks,
If true, selects first option by default I could have created a pull-request to master, the code is good to go to master, but we need this in 1.1.9 or...
I'm trying to set the value of the typeahead's input, but doing so with `setEntryText` or setting its `entryValue` state also renders the dropdown with one option containing the chosen...
I want to close options dropdown programmatically. How ca I achieve this? Smth like [focus](https://github.com/fmoo/react-typeahead#typeaheadfocus) would be great.
Hi I have 2 questions, thanks for your help. I am using bootstrap for styling. 1.) How do you keep 2 TypeAhead on the same line? The second TypeAhead always...
When I use `defaultValue` if there is a fuzzy match, it does not select the matching value, but instead shows the matching options (as if you typed in the value)....
Hi! I need to set a value to the Typeahead programmatically and I can't seem to find the correct way, I used `defaultValue` but it does not work, any ideas?...
Hello, I'm using client side validation to check if proper email is added by using type="email" attribute on the input element. How can I change that and if not, than...
This makes it difficult to properly handle result selection in a non-hacky way.