-
Notifications
You must be signed in to change notification settings - Fork 723
Closed
Description
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 ?
Reactions are currently unavailable