fix keyboard
This commit is contained in:
@@ -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>(
|
||||
|
||||
Reference in New Issue
Block a user