Change Input to Upper Case

前端 未结 15 818
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-12-07 22:02

JS:



        
15条回答
  •  伪装坚强ぢ
    2020-12-07 22:29

    **JAVA SCRIPT**
    
    
    
    
    
    
    
    **ASP.NET**
    Use a css style on the text box, write css like this:
    

    .ToCaps { text-transform: uppercase; }

    
    
    **OR**
    simply write this code in textbox
    
    
    
     **1.Note you don't get intelligence until you type up to style="**  
    

提交回复
热议问题