auto cap stocks and crypto text fields

This commit is contained in:
Justin 2023-09-16 19:49:56 +08:00 committed by GitHub
parent 572ff69ce7
commit dbb3c9804f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -2300,6 +2300,7 @@
<div class="col-auto">
<input
oninput="this.value = this.value.toUpperCase()"
type="text"
id="inputText3"
class="form-control"
@ -2774,6 +2775,7 @@
</div>
<div class="col-auto">
<input
oninput="this.value = this.value.toUpperCase()"
type="text"
id="inputText4"
class="form-control"