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