Skip to content

auto-submit does not work because "save" should be "submit" #12

@Beartech

Description

@Beartech

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions