pawelczak / EasyAutocomplete

JQuery autocomplete plugin
http://easyautocomplete.com
MIT License
729 stars 245 forks source link

When the current input has trailing spaces - may be added by the user or by some user javascript - the list is not updated even when the non-space input content changed #466

Open Wikinaut opened 2 years ago

Wikinaut commented 2 years ago

I noticed, that when the current input has trailing spaces - added intentionally for allowing further additional user input - the easyautocomplete is not triggered to fetch or update the list when the existing (non-empty) part of the line is changed.

How to reproduce using the very first example on your page http://easyautocomplete.com/ :

Now

Bug

Expected behaviour