Files
AutonetSellCar/frontend
AutonetSellCar Deploy a65c4bbfcf fix: Margin input not saving - change onChange to onBlur
The margin input was making API calls on every keystroke, causing race
conditions and making it difficult to edit values (especially to 0).

Changed to:
- Use defaultValue + key pattern for uncontrolled input
- Save only onBlur (when user clicks away)
- Only call API if value actually changed

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-01 22:31:15 +09:00
..