Browse Source

autocomplete bei der suche

master
Xenia Gruenzinger 4 years ago
parent
commit
79475fe48d
1 changed files with 11 additions and 2 deletions
  1. 11
    2
      public/index.html

+ 11
- 2
public/index.html View File

@@ -99,12 +99,21 @@
<a class="logo-img" href="index.html"><img src="img/app_icon.png" width=45px height=45px></a>
<form class="om-searchbar" @submit.prevent="search()">
<b-field>
<b-input
<b-autocomplete
rounded
v-model="searchtext"
:data="getFilteredTags"
placeholder="suche..."
icon="magnify"
@select="option => selected = option">
</b-autocomplete>

<!--<b-input
type="search"
v-model="searchtext"
icon="magnify"
placeholder="Suche...">
</b-input>
</b-input>-->
<!--<b-taginput
id="search-text"
type="search"

Loading…
Cancel
Save