Merged in release/2026-02-13 (pull request #2969)

IO-3533 Actual Cost Click to Focus
This commit is contained in:
Dave Richer
2026-02-06 19:54:36 +00:00

View File

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