Advertisement
Guest User

Untitled

a guest
Jan 27th, 2020
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.         // const inputSearch: null | HTMLInputElement = this.$el.querySelector('input.form-control');
  2.         // const event = new CustomEvent('keyup');
  3.  
  4.         // if (inputSearch) {
  5.         //  inputSearch.value = '';
  6.         //  inputSearch.dispatchEvent(event);
  7.         // }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement