input uppercase with css

38

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

Comments

Submit
0 Comments