Skip to content

Preserve submit button in the request #132

@richard-ejem

Description

@richard-ejem

Currently, the submit button is not preserved because this package calls event.preventDefault, then, if the form is valid, sends form.submit(). I proposed a fix in #131 , so please take a look at it.

The problem is that such checks currently do not work in Symfony:

if ($myForm->get('back')->isClicked()) { ... }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions