policy validation refresh
This commit is contained in:
parent
016a78292b
commit
7e7990d57c
File diff suppressed because one or more lines are too long
@ -878,7 +878,7 @@ class _policyValidationState extends ConsumerState<policyValidation> {
|
|||||||
selectedVehicleType = val;
|
selectedVehicleType = val;
|
||||||
controllers['vehicleType']?.text = val;
|
controllers['vehicleType']?.text = val;
|
||||||
// });
|
// });
|
||||||
setState(() {});
|
// setState(() {});
|
||||||
print("Selected Vehicle Type: $val");
|
print("Selected Vehicle Type: $val");
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -983,7 +983,7 @@ class _policyValidationState extends ConsumerState<policyValidation> {
|
|||||||
selectedFuelType = val;
|
selectedFuelType = val;
|
||||||
controllers['fuelType']?.text = val;
|
controllers['fuelType']?.text = val;
|
||||||
// });
|
// });
|
||||||
setState(() {});
|
// setState(() {});
|
||||||
print("Selected Fuel Type: $val");
|
print("Selected Fuel Type: $val");
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user