Skip to content

Fire change event on input when suggestion is selected #394

Closed
@xerimaji

Description

@xerimaji

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?

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions