RN输入框默认设置数字键盘

<TextInput keyboardType="numeric"/>

keyboardType

决定弹出何种软键盘类型,譬如numeric(纯数字键盘)。

See screenshots of all the types here.

这些值在所有平台都可用:

  • default
  • number-pad
  • decimal-pad
  • numeric
  • email-address
  • phone-pad

下面的值仅 iOS 可用:

  • ascii-capable
  • numbers-and-punctuation
  • url
  • name-phone-pad
  • twitter
  • web-search

下面的值仅 Android 可用:

  • visible-password

 

参考链接:

https://www.reactnative.cn/docs/textinput#keyboardtype

https://chat.xutongbao.top/ 

posted @ 2023-07-27 10:13  徐同保  阅读(1)  评论(0编辑  收藏  举报  来源