Okay Just being geek! I have found something strange. In HTML5 when we write this tag:
<input type="number" min="2" max="5"/> Number Only
So technically, it won't allow to use letters. But Strange part is it allows letter "e" to be typed in rather than any other letters. Why this happens?