Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. <div class="search-bar">
  2. <input
  3. type="text"
  4. placeholder="Type something and press enter to search"
  5. fs-action="query"
  6. fs-type="multi_match"
  7. fs-fields="name, description, propertyType, summary"
  8. v-model="search1"
  9. v-on:input="textSearch('search1', $event)"
  10. />
  11. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement