Skip to content

Bug fix #7

@laPingu87

Description

@laPingu87

HI!
I find your useful plugin and I adapted it to my situation.
I found this bug: when you add text in the field not typing (for example selecting old typing with autocomplete), it is not adding the class 'populated'. I used Chrome.
I fix it whit the following code:
input.on('change', function(){
if(input.val()!= ''){
element.addClass( settings.populatedClass );
}
})

Hoping you will like it :)

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