inputFormatters: [
//只允许输入字母数字*
WhitelistingTextInputFormatter(RegExp("[a-zA-Z]|[0-9.]")),
LengthLimitingTextInputFormatter(10)
],

相关文章:

  • 2022-12-23
  • 2021-10-26
  • 2022-12-23
  • 2022-12-23
  • 2021-10-03
  • 2022-12-23
  • 2022-01-23
  • 2021-11-16
猜你喜欢
  • 2021-11-28
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-07
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案