Disable capitalization and spellcheck

This commit is contained in:
2023-12-23 21:17:04 +01:00
parent f80161ee22
commit 6a5888640c

View File

@@ -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>