search the menu using input box (#1317)

* working version

* change onchange to oninput with minimum of three chars

* working version with delay and fix for category click
This commit is contained in:
René Zubcevic
2022-07-31 20:45:09 +02:00
committed by GitHub
parent 4d48bd3d4c
commit 005b9f03a4
3 changed files with 48 additions and 0 deletions

View File

@ -151,6 +151,8 @@
</button>
</a>
<input class="form-control" type="text" id="search" name="search" th:placeholder="#{searchmenu}" style="width:60%" />
<script src="js/search.js" ></script>
</div>
</header>