You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have the latest version available on github and it works great when I paste something, but autocompletion only works when I select a value from the dropdown list with the arrow keys/mouse hover and press enter, if I click on the value it doesn't get verified and remains in the previous state indifferent that the new email address is valid or not. I have tested this in Firefox 30.0 and Chrome 34.0 and also in IE8. Also the same thing happens with the IE clear text on input elements, I've tested it with IE 11.
No support for pasted/auto-completion, so inserted this @ line 490:
// weren't we forgeting about paste/auto-completion? ;)
this.$element.bind('input paste', function(e) {
var email = $(this).val();
The text was updated successfully, but these errors were encountered: