How to make everything lowercase automatically in Javascript as they type it in

后端 未结 6 1313
既然无缘
既然无缘 2021-02-13 02:35

How do I make all of the characters of a text box lowercase as the user types them into a text field in Javascript?



        
6条回答
  •  广开言路
    2021-02-13 03:17

    Bootstrap Text transform:

    Lowercased text.

    Uppercased text.

    CapiTaliZed text.

提交回复
热议问题