From 8cc3c5db3c9552baed71d9350e6cef4ce0bb2ac2 Mon Sep 17 00:00:00 2001 From: Corey Date: Mon, 25 May 2020 22:32:37 +0800 Subject: [PATCH] Added extra form elements --- src/index.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/index.html b/src/index.html index e092c0d..ad6b733 100644 --- a/src/index.html +++ b/src/index.html @@ -29,6 +29,8 @@ x-on:keydown.window.prevent.slash="$refs.searchField.focus()" placeholder="Search 420 System UIcons" type="text" + name="search" + value="" autocapitalize="off" autocomplete="off" autocorrect="off" @@ -70,7 +72,7 @@