Display selected
thanosalexander opened this issue · 3 comments
thanosalexander commented
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
mailnike commented
@thanosalexander how did you solve all issues?
marsPure commented
same issue, any solution?
vmitchell85 commented
See what I did here: #35 (comment)