Merged in feature/IO-3533-Actual-Cost-Click-to-Focus (pull request #2967)

IO-3533 Actual Cost Click to Focus

Approved-by: Dave Richer
This commit is contained in:
Allan Carr
2026-02-06 19:53:32 +00:00
committed by Dave Richer

View File

@@ -336,7 +336,7 @@ export function BillEnterModalLinesComponent({
controls={false} controls={false}
tabIndex={0} tabIndex={0}
style={{ width: "100%", height: CONTROL_HEIGHT }} style={{ width: "100%", height: CONTROL_HEIGHT }}
// NOTE: No auto-fill on focus/blur; only triggered from Retail on Tab onFocus={() => autofillActualCost(index)}
/> />
</Form.Item> </Form.Item>
</div> </div>