Skip to content

Does not work with onchange: 'this.form.submit() #113

@yshmarov

Description

@yshmarov

My code:
= select_tag :movie_id, options_for_select(Movie.map{|c| [c.to_s, c.id]}), { onchange: 'this.form.submit()', class: 'chosen-select' }

Expected behaviour:
having added onchange: 'this.form.submit()', whenever a value is selected the form gets submitted.

Current behaviour:
does not work with onchange: 'this.form.submit()'

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