A
A
Analka2020-03-03 15:53:39
Vue.js
Analka, 2020-03-03 15:53:39

Run query if input loses focus vue.js?

there is a field

<input type="url" v-model="item.youtube" placeholder="Ссылка на видео из YouTube">


how to find out if the user has removed the focus from the input, then send an ajax request to the server to check if there is such a video on YouTube or not?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alex, 2020-03-03
@Analka

https://developer.mozilla.org/en/docs/Web/Events/blur
v-on:blur
But I guess you'd be better off listening to the eventchange

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question