只允许输入数字
parent
09455156b3
commit
9850892230
|
|
@ -235,6 +235,7 @@ class DannerRepairState extends State<DannerRepair> {
|
|||
ItemListWidget.singleLineTitleText(
|
||||
label: '投入资金(元)',
|
||||
isEditable: true,
|
||||
isNumericInput: true,
|
||||
text: '',
|
||||
onChanged: (value) {
|
||||
investmentFunds=value;
|
||||
|
|
|
|||
Loading…
Reference in New Issue