You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, each budget allocation is an independent, auto-submitting form. The form auto-submits on the blur event.
On slow networks, this auto-submit functionality causes forms to be unintentionally cleared out when the user is quickly tabbing and assigning their categories.
Potential solution
Use turbo stream responses for each form submission
Be sure to handle the state of the "progress" indicator at the top of the page after each submission
The text was updated successfully, but these errors were encountered:
CleanShot.2025-01-23.at.13.49.50.mp4
Overview
Currently, each budget allocation is an independent, auto-submitting form. The form auto-submits on the blur event.
On slow networks, this auto-submit functionality causes forms to be unintentionally cleared out when the user is quickly tabbing and assigning their categories.
Potential solution
The text was updated successfully, but these errors were encountered: