fix keyboard

This commit is contained in:
2021-01-25 23:45:09 +06:30
parent f99d6c29a8
commit 1b331e1f8e
4 changed files with 9 additions and 9 deletions

View File

@@ -119,7 +119,7 @@ class _ShipmentRatesCalState extends State<ShipmentRatesCal> {
controller: _actualWeightCtl,
labelTextKey: "box.actual_weight",
iconData: MaterialCommunityIcons.weight,
textInputType: TextInputType.number,
textInputType: TextInputType.numberWithOptions(decimal: true),
);
var cargoTypeBox = LocalDropdown<CargoType>(