Closed
Description
I have a suggestion box like so:
<input name="color" data-suggestions="White, Green, Blue, Black, Brown">
Our application needs to know when an input on the form is changed. jQuery-Form-Validator currently doesn't fire a "change" event on the <input>
when the user starts typing and either clicks on a suggestion from the list or presses down arrow and Enter to select a suggestion.
Is there a reason this library doesn't trigger a "change" event when a suggestion is selected?