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
Hi, as commented in this commit, Autocomplete dropdown no longer working. Was working in 1.3.0-rc.1 but broken in 1.3.0.
The text was updated successfully, but these errors were encountered:
Can you post your code please?
Sorry, something went wrong.
Reproducable just using the sample code.
<AutoComplete dropdown={true} value={this.state.brand} onChange={(e) => this.setState({brand: e.value})} suggestions={this.state.brandSuggestions} completeMethod={this.suggestBrands.bind(this)} />
When running against 1.3.0-rc.1 suggestBrands is called when the dropdown is clicked, but against 1.3.0 it is not.
suggestBrands
63da4a2
Improved #254
4b75494
Merve7
No branches or pull requests
Hi, as commented in this commit, Autocomplete dropdown no longer working. Was working in 1.3.0-rc.1 but broken in 1.3.0.
The text was updated successfully, but these errors were encountered: