aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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">