pespantelis/vue-typeahead

Display selected

thanosalexander opened this issue · 3 comments

Hi .. is there any way to display selected item after i select from list?
also the only way i found to sync with my data (user_id) is to add this this.$emit('input', item.id)
on onHit method.

Also one small issue on handling @keydown.enter event. when i click enter it submits the form.i tried add @keydown.enter.prevent or @keydown.enter.stop but no luck

@thanosalexander how did you solve all issues?

same issue, any solution?

See what I did here: #35 (comment)