Skip to content

allowOverMax is NOT working #156

@SashkaDev

Description

@SashkaDev

This is the only reference in code:
if (options.customMaxAttribute && !options.allowOverMax) {
var custom = currentInput.attr(options.customMaxAttribute);
if (!max || custom < max) {
max = custom;
}
}
It only replace the maxlength attribute for the custom attribute name.
I think that the usefull thing is that the maxlength is only informative when you set allowOverMax to true.

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