input uppercase with css

34

<input oninput="let p = this.selectionStart; this.value = this.value.toUpperCase();this.setSelectionRange(p, p);" />

Comments

Submit
0 Comments