mr no keyboard type fix.

design_3.0_internal_audit_module
Sikander Saleem 7 months ago
parent dfe8f0c271
commit b4e8e82995

@ -161,7 +161,7 @@ class _CostDetailFormScreenState extends State<CostDetailFormScreen> with Ticker
initialValue: requestDetailProvider.workOrderCostModel?.mrNo,
textAlign: TextAlign.center,
labelStyle: AppTextStyles.textFieldLabelStyle,
textInputType: TextInputType.text,
textInputType: const TextInputType.numberWithOptions(decimal: true),
showShadow: false,
onChange: (value) {
requestDetailProvider.workOrderCostModel?.mrNo = value;

Loading…
Cancel
Save