Skip to content
New issue

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

Allow setting the query without doing "getSuggestions" #402

Closed
nwalke opened this issue Aug 15, 2013 · 3 comments
Closed

Allow setting the query without doing "getSuggestions" #402

nwalke opened this issue Aug 15, 2013 · 3 comments

Comments

@nwalke
Copy link

nwalke commented Aug 15, 2013

I purpose something like:
setQueryWithoutFetch: function(query) {
this.inputView.setQuery(query);
this.inputView.setInputValue(query);
this._clearHint();
this._clearSuggestions();
}

@saschanm
Copy link

I am also after this feature. This is a must when binding with knockoutjs or similar.

@nwalke
Copy link
Author

nwalke commented Sep 9, 2013

This would be as easy as replicating the "setQuery" functionality and just not calling "this._getSuggestions();"

@jharding
Copy link
Contributor

jharding commented Mar 8, 2014

Should get resolved with #646 gets resolved.

@jharding jharding closed this as completed Mar 8, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

3 participants