Rails Nested Forms with Turbo Streams
Jan 12, 2024 · 3 min read · A common UX pattern is to have a form with the ability to add and remove nested records. For example, a form for a blog post might have a section for adding tags. The user can add as many tags as they want, and remove tags they no longer want. For s...
BTeddy commented