in flutter i want to restrict negative and '0' but it should allow 10,20,30 in textfield

前端 未结 0 578
名媛妹妹
名媛妹妹 2020-12-15 16:41

in flutter i want to restrict negative and \'0\' but it should allow 10,20,30 in textfield, if i will do (RegExp(r\'[.1-9]\') then it it will not allow values like 10,100 c

相关标签:
回答
  • 消灭零回复
提交回复
热议问题