-
Notifications
You must be signed in to change notification settings - Fork 78
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
Autocomplete Value reset after selected #72
Comments
|
Same problem here.. is there any way to deactivate this default behavior ? |
@jonasdulay28 did you get solution , why autocomplete Value reset after selected?? |
I faced a similar issue where I wanted the query text to remain if the user unfoucsed the field. My work around to this was by overriding the mounted: function() {
this.$refs.autocomplete.clear = function() {
// do nothing
}
}, It would be nice to see this as an option. |
Once i selected a value the autocomplete reset and no value was set
using this a source
http://api.dataatwork.org/v1/jobs/autocomplete?begins_with=
The text was updated successfully, but these errors were encountered: