Skip to content

Conversation

@KreizIT
Copy link

@KreizIT KreizIT commented Apr 4, 2014

Give user's ability to cancel event so stop pushing by setting cancel property to false.
Object control contain also tag and tagId.
Exemple of use :
$( ".tm-input" ).on( "tm:pushing", function( event,control ) {
if (control.tag == "bad value") {
control.cancel=true;
}
});

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant