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 purpose something like: setQueryWithoutFetch: function(query) { this.inputView.setQuery(query); this.inputView.setInputValue(query); this._clearHint(); this._clearSuggestions(); }
The text was updated successfully, but these errors were encountered:
I am also after this feature. This is a must when binding with knockoutjs or similar.
Sorry, something went wrong.
This would be as easy as replicating the "setQuery" functionality and just not calling "this._getSuggestions();"
Should get resolved with #646 gets resolved.
No branches or pull requests
I purpose something like:
setQueryWithoutFetch: function(query) {
this.inputView.setQuery(query);
this.inputView.setInputValue(query);
this._clearHint();
this._clearSuggestions();
}
The text was updated successfully, but these errors were encountered: