how to avoid the suggestions of keyboard for android in react-native

前端 未结 6 1224
别跟我提以往
别跟我提以往 2020-12-30 03:29

Hai i am struggling with keyboard problem in android, when i want to type any thing in text input it show some suggestions in keyboard, I don\'t want those suggestions, Can

6条回答
  •  悲&欢浪女
    2020-12-30 03:51

    if anyone has this problem, setting autoCorrect=false and keyboardType="visible-password" hides the suggestions in android

提交回复
热议问题