Thanks for the tutorial. I noticed the auto-submit wasn't working and found that in the index page: `rails-hotwire/app/views/todos/index.html.erb` The line should be `data: { action: 'keyup->auto-submit#submit' }` not `data: { action: 'keyup->auto-submit#save' }` I made that change it now it works correctly.