I am using the following style attribute to set the user input to uppercase so that when the user starts typing in the text box for example railway, then it should
railway
Set following style to set all textbox to uppercase
input {text-transform: uppercase;}