victorjonsson / jQuery-Form-Validator

[DISCONTINUED] jQuery plugin that makes it easy to validate user input while keeping your HTML markup clean from javascript code.
972 stars 476 forks source link

Suggestions persisting after input loses focus #612

Open HanimHank opened 7 years ago

HanimHank commented 7 years ago

If I type in an input with suggestion enabled, then click somewhere else, then click on the input again and click outside again, the suggestions don't hide and persist.

Also, if I type in an input with suggestions enabled, then delete all input and type something different, sometimes a new suggestion will appear on top of the previous suggestion.

victorjonsson commented 7 years ago

I have really tried to reproduce this bug but it doesn't behave as you describe. Which browser do you use?

I've been trying with this code http://jsbin.com/xehiramaci/edit?html,output