Skip to content

Fix for disable_with handlers #2

@aaronchi

Description

@aaronchi

In the disable_with handlers

$(this).children('input[data-disable-with]')

should be

$(this).find('input[data-disable-with]')

Otherwise, the script won't find the button if it's nested within any type of markup

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