Closed zachross25 closed 7 years ago
This functionality will not be implemented. Just create a button and do like that
$('.button').on('click', function(e){
e.preventDefault();
$('.tokenize').tokenize().clear();
});
or
$('.button').on('click', function(e){
e.preventDefault();
$('.tokenize').tokenize2().trigger('tokenize:clear');
});