auto cap stocks and crypto text fields
This commit is contained in:
parent
572ff69ce7
commit
dbb3c9804f
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user