Programmatic Form Submissions with Turbo Streams
I recently encountered a quirk with programmatic form submissions and turbo streams whereby using the form.submit() function in a stimulus controller wouldn't cause Turbo to hook into the response. This is a short post on how I solved this issue.