angularjs force uppercase in textbox

前端 未结 14 1825
情歌与酒
情歌与酒 2020-11-30 20:47

I\'ve tried using the uppercase filter but it does not work. I\'ve tried doing it two ways:


<         


        
14条回答
  •  猫巷女王i
    2020-11-30 21:26

    When using bootstrap:

    First approach: Using class text-uppercase

    
    

    Second approach: Using style which can be applied with existing class

    
    

    Here is my stackBlitz: https://angular-nvd7v6forceuppercase.stackblitz.io

提交回复
热议问题