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>
|
||||
<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…
x
Reference in New Issue
Block a user