Test case:
- Start typing into suggester (e.g. on project's demo page). Wait for suggestions to pop up.
- Left-click on the one of suggestions. Do not release the mouse key but hold it for 2s.
- Release mouse button.
Expected:
Suggestion is selected and its value is shown in the input field. List is closed right after mouse button is released.
Actual:
List is closed way before mouse button is released because input's blur event fires list close animation. Click event of the suggestion element therefore cannot be fired.