We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am using [email protected] with showOptionsWhenEmpty={true}.
[email protected]
showOptionsWhenEmpty={true}
<Typeahead options={ this.props.availableSites } filterOption='name' displayOption='name' placeholder='Votre site...' onOptionSelected={this.onOptionSelected} ref='siteBox' value={this.state.nameSiteSelected} inputProps={{ style: S.typeahead.typeaheadInput }} customListComponent={ UI.TypeaheadList } showOptionsWhenEmpty={ true } />
When I focus my Typeahead, the three elements are displayed but clicking on any of them does not fire the onOptionSelected.
Only if I start typing in and select one of the results would work.
The text was updated successfully, but these errors were encountered:
Workaround: change the onClick of the TypeaheadOption to onMouseDown.
onClick
TypeaheadOption
onMouseDown
Sorry, something went wrong.
Click on option not triggering the onOptionSelected, its weired its a basic features and its still open?
No branches or pull requests
I am using
[email protected]
withshowOptionsWhenEmpty={true}
.When I focus my Typeahead, the three elements are displayed but clicking on any of them does not fire the onOptionSelected.
Only if I start typing in and select one of the results would work.
The text was updated successfully, but these errors were encountered: