-
Notifications
You must be signed in to change notification settings - Fork 47
Open
Description
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 :)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels