Disable capitalization and spellcheck
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
</head>
|
||||
<body>
|
||||
<div id="app">
|
||||
<input type="text" id="word-input" />
|
||||
<input type="text" id="word-input" autocapitalize="off" spellcheck="false" />
|
||||
<div class="input">
|
||||
<div id="input-buttons"></div>
|
||||
<div id="light"></div>
|
||||
|
Reference in New Issue
Block a user