Skip to content

Input with onChange event #146

@KingRial

Description

@KingRial

If I try to use this plugin on an input with an onChange event, the event is fired evey time I press a key on the physical keyboard or on the virtual keyboard.

Example using jQuery to show the value on the onchange event:
<input type="text" onchange="alert($(this).val())" >

Is there any way to handle the onchange event on the correct way using this plugin ?

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions