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