Skip to content
This repository has been archived by the owner on Jul 26, 2022. It is now read-only.

fixed issue with initial value not being preserved for v-model #59

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

perdiesman
Copy link

moved inputValue to a calculated field

},

set: function(newValue) {
this.inputValue = newValue

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't this be this.value = newValue?

@mattzollinhofer
Copy link

Thanks for looking into this and submitting!

I merged in functionality that I think meets this need here: mattzollinhofer/vue-typeahead-bootstrap@e26ad49.

You can use the functionality under the forked project: https://www.npmjs.com/package/vue-typeahead-bootstrap or https://github.com/mattzollinhofer/vue-typeahead-bootstrap.

Hope this helps anyone who needs this functionality going forward!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants