spanish-quizzer

An app to quiz you on Spanish vocabulary and verb conjugations
git clone https://git.ashermorgan.net/spanish-quizzer/
Log | Files | Refs | README

commit a99ad5d2b51e58897137959ed33f6128309aeda1
parent ebd2795a267d9313254ebba9a0792ead225e3020
Author: AsherMorgan <59518073+AsherMorgan@users.noreply.github.com>
Date:   Mon, 19 Oct 2020 10:13:24 -0700

Disable autocorrect in reference table search bar.

Diffstat:
Mreference.html | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/reference.html b/reference.html @@ -58,7 +58,8 @@ <option>Health</option> </optgroup> </select> - <input type="text" aria-label="Search" v-model="query" placeholder="Search"> + <input type="text" aria-label="Search" v-model="query" placeholder="Search" + autocomplete="off" autocorrect="off"> </div> <div id="referenceTable" hidden>