Closed sebackend closed 7 years ago
Hi ! You can do like this:
$('.tokenize-sample-demo1').on('tokenize:select', function(container){
$(this).tokenize2().trigger('tokenize:search', [$(this).tokenize2().input.val()]);
});
Hi, I was looking the same old option "displayDropdownOnFocus", now I found your response. It wouldn't be better to add this code inside the plugin? Just like the older version. I mean, this code
$('.tokenize-sample-demo1').on('tokenize:select', function(container){
$(this).tokenize2().trigger('tokenize:search', [$(this).tokenize2().input.val()]);
});
Thanks.
Hi there, thanks so much for this plugin, i really love it :smile:
I was looking for the option present in the previous version displayDropdownOnFocus but can´t find something similar in the project page
Could you include it in the future?
Thanks!