I have a Select2, multiple: true, with tags. I would like to intercept the event of the user typing into the Select2 element. Not too sure if that's possible at all.
Any help would be greatly appreciated.
Thanks so much!
var myOriginalInputId = 'myId';
$('#s2id_ ' + myOriginalInputId).on('keydown', function() {
// do stuff
});
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With