Closed jkostolansky closed 4 years ago
@jkostolansky thanks for the issue, you discovered a hidden feature of the latest beta 😄
Might be time to make it stable/documented. I will add it, and make sure it's emitted even when it's empty. I will also change it to item-changed
.
Thank you very much @darrenjennings 👍 I'm looking forward to the final release 🙂
I'm trying to process the value selected using keyboard arrows. In the latest beta version, the plugin is emitting the
itemChanged
event (line 430 below).The problematic scenario is:
Unfortunately, there is currently no event emitted in the third step. Shouldn't the component emit an empty
itemChanged
event?The relevant code: https://github.com/darrenjennings/vue-autosuggest/blob/eddb82d22437a61df40689f87625047edea71aab/src/Autosuggest.vue#L425-L438