Changed searchbar type from text to search

This adds a cancel button at the end of the searchbar
This commit is contained in:
RemixDev
2020-06-17 11:06:15 +02:00
parent ea1938d429
commit 3586654423
3 changed files with 14 additions and 4 deletions

View File

@@ -75,7 +75,7 @@
<div class="search__icon">
<i class="material-icons">search</i>
</div>
<input id="searchbar" autocomplete="off" type="text" name="searchbar" value=""
<input id="searchbar" autocomplete="off" type="search" name="searchbar" value=""
placeholder="Search something or paste a link..." autofocus>
</header>
<section id="content">
@@ -1473,4 +1473,4 @@
<script src="/public/js/bundle.js"></script>
</html>
</html>