Answers for "how i can change all input text to uppercase when the user goes to another input field (when the event occurs) in js"

CSS
5

conveert text to uppercase in input field

<input type="text" class="normal" 
       name="Name" size="20" maxlength="20" 
       style="text-transform:uppercase" />
Posted by: Guest on May-19-2020

Code answers related to "how i can change all input text to uppercase when the user goes to another input field (when the event occurs) in js"

Browse Popular Code Answers by Language