mirror of
https://github.com/ZetaKebab/japanese-conjugation-drill.git
synced 2025-01-14 22:08:44 +00:00
Disable auto capitalize on answer input
This commit is contained in:
parent
32bdaef675
commit
5ca848cdcc
@ -233,7 +233,7 @@
|
||||
<div id="inputArea" class="row">
|
||||
<div class="col-12">
|
||||
<form action="javascript:processAnswer()">
|
||||
<input placeholder="答え" autocomplete="off" id="answer" aria-label="答え">
|
||||
<input placeholder="答え" autocomplete="off" autocapitalize="off" id="answer" aria-label="答え">
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user