Termerly logo

Account form validation is more reliable

Released
TB

Tomislav Babic

The account-level user form got several state-management fixes that you will feel every time you edit your profile:

  • Validation errors clear as you type. Previously an error message could persist on a field even after you had fixed the issue, until you tabbed away or saved.
  • Submit states release. Submit-in-progress states no longer get stuck if the request fails mid-flight — the spinner unwinds, the form re-enables, the error surfaces clearly.
  • Optimistic UI restores cleanly on failure. If a save fails for any reason, the form rolls back to the last good values instead of holding the in-flight changes in a weird half-state.

It is the same form it always was, but a lot less stressful to interact with.

December 7, 2025

Activity feed

  • RA
    Renata Aguilar

    The "spinner stuck on failed request" bug was a real source of confusion for our team. Glad the form now releases the submit state cleanly when the request fails.

    December 11, 2025

    Replay