Today tab: client name input not cleared after adding property #44
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Type
Bug
Lineage
Standalone — discovered during session.
Repo
ldraney/landscaping-assistantWhat Broke
On the Today tab, after typing a client name in the quick-add form and clicking "Add", the new property is created and appended to the queue via Turbo Stream, but the text input retains the previous value. User must manually clear the field before adding the next property.
Root cause:
form_withsubmits via Turbo Stream. The response (create.turbo_stream.erb) appends items to the queue list but never resets the form. Unlike a full page reload, Turbo Stream responses leave form fields intact.Repro Steps
/)Expected Behavior
After a successful add, the client name input should be cleared and ready for the next entry.
Environment
dc1ffcaAcceptance Criteria
Related
landscaping-assistant— project this affects