只允许输入数字

master
xufei 2026-08-11 15:59:37 +08:00
parent 09455156b3
commit 9850892230
1 changed files with 1 additions and 0 deletions

View File

@ -235,6 +235,7 @@ class DannerRepairState extends State<DannerRepair> {
ItemListWidget.singleLineTitleText(
label: '投入资金(元)',
isEditable: true,
isNumericInput: true,
text: '',
onChanged: (value) {
investmentFunds=value;