alexurquhart/vue-bootstrap-typeahead

blur-attribut

Balowser opened this issue · 1 comments

Would it be possible to check the input-field after leaving the focus (like blur)

It's possible.
1 - Create a ref="yourInput" at your field.
2 - Access the input field : this.$refs.yourInput.$el. Ready. You have access to your root div. From him, you can manipulate the DOM.