autocomplete bei der suche
This commit is contained in:
parent
e15cf25745
commit
79475fe48d
@ -99,12 +99,21 @@
|
|||||||
<a class="logo-img" href="index.html"><img src="img/app_icon.png" width=45px height=45px></a>
|
<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()">
|
<form class="om-searchbar" @submit.prevent="search()">
|
||||||
<b-field>
|
<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"
|
type="search"
|
||||||
v-model="searchtext"
|
v-model="searchtext"
|
||||||
icon="magnify"
|
icon="magnify"
|
||||||
placeholder="Suche...">
|
placeholder="Suche...">
|
||||||
</b-input>
|
</b-input>-->
|
||||||
<!--<b-taginput
|
<!--<b-taginput
|
||||||
id="search-text"
|
id="search-text"
|
||||||
type="search"
|
type="search"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user