Level 60
There is @keyup
// basic example
<input @keyup="search">
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
I have a component <v-autocomplete>, I'm consuming online api that return only 20 items on every request, I want to return a new list on every key press.
what is the event I can fire on typing to update the component data list on typing?
Please or to participate in this conversation.