Skip to content

mismatched arguments of isValid method inside toggleDisabled #437

Closed
@yury-khomlyak

Description

@yury-khomlyak

The first argument should be language and the second is conf as declared
$.fn.isValid = function (language, conf, displayError) {}

But inside toggleDisabled you call $form.isValid(conf, conf.language, false)
so I have problems with my own config.

Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions