android - text input type person name isn't working

前端 未结 4 1529
猫巷女王i
猫巷女王i 2021-01-20 15:03

In my android project I want a textfield of type personname where by default caps lock is activated, however, this code isn\'t working.



        
4条回答
  •  误落风尘
    2021-01-20 15:45

    I used this for the caps words and no suggestion

    android:inputType="textCapWords|textNoSuggestions"
    

    e.g. Tom Hanks

提交回复
热议问题