aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorache <ache@ache.one>2020-02-21 08:50:01 +0100
committerache <ache@ache.one>2020-02-21 08:50:01 +0100
commitbc0b6fe9457aaf540b50d23aad8d421c5aaaed2a (patch)
treeb68ad3991b9d5125a2b25adf935191b11bf65772
parentInit commit (diff)
Test no autocapitalize
-rw-r--r--index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.html b/index.html
index 501ea6d..a9b84ae 100644
--- a/index.html
+++ b/index.html
@@ -51,6 +51,7 @@
</noscript>
<div id="web">
<input v-model="word" v-on:keyup.enter="searchWord"
+ autocapitalize="none"
:placeholder="randomplaceholder()"
:class="{good: is_word, bad: is_word === false}">
<div v-if="!!definitions" class="defs">