Auto-confirmation
Auto-confirmation removes the explicit save step. With it on:
- Click a cell — edit mode opens.
- Type the new value.
- Click another row — the row you just left is saved.
You never click a ✓ button or press Enter. Cells become editable, you make your change, you move on.
Why save notifications are suppressed
Section titled “Why save notifications are suppressed”When auto-confirmation is enabled, the per-row “Saved” toast is not shown. With the toast on, a fast editor would see one toast per row — dozens in a minute — which becomes noise that masks real errors.
Errors are still surfaced: a row that fails to save shows the error inline and stays in edit mode until you fix it.
Enabling auto-confirmation
Section titled “Enabling auto-confirmation”In Settings → Quick Editor & List Enhancer → Quick Editor → Products toggle on Auto confirmation when going to edit another row.
Combining with other settings
Section titled “Combining with other settings”| Pairing | Result |
|---|---|
| Single-click mode + auto-confirmation | Tightest flow — click, type, click next, repeat. |
| Double-click mode + auto-confirmation | A safer hybrid — you only enter edit mode on purpose, but you still don’t need to click Save. |
| Shortcuts + auto-confirmation | Enter still saves and gives a toast; clicking away saves silently. |
When to leave it off
Section titled “When to leave it off”If your editors handle a small number of rows at a time and you want a per-row confirmation, keep auto-confirmation off. The toast acts as a visual receipt that each save went through.