Hi All
Apologies if this is a repeat question but I can’t seem to find the answer to this in the forums or by Googling. I’d be surprised if this hasn’t been asked before though, and I’ll probably find it after I post this but here goes anyway
So I’ve got a Select2 up and running and it’s set to allow multiple value selections. Users are reporting though that when they make a selection the Select2 isn’t keeping the focus on the textbox so they’re having to click it again in order to add another option. That’s getting frustrating for them as they’re expecting to just keep typing.
Looking at the documentation I can see there’s an “open” event and I’ve added this to my custom “change” event expecting it to place the focus instantly back into the textbox but that only seems to work when I have single value mode switched on. The moment multiple is enabled it no longer runs the open event.
Does anyone have any suggestions on how I can get multiple value mode to keep the focus?
Thanks
James
P.S. The same really applies as well to on page load.