How to change Input characters to Upper Case while typing using js oninput function ?

the letter will be the automatically upper case when you start typing.


<input type="text" oninput="this.value = this.value.toUpperCase()"  class="form-control" id="usr" name="username">




No comments

Theme images by hdoddema. Powered by Blogger.