I'm often using select2 in my applications and contrary to Blur Select2 input after close I'm looking for a way to keep the focus after selection.
As we can see in the official examples, blurring the input seems to be the default behavior after the selection (unlike the regular select).
This behavior is quite annoying when filling a form with the keyboard because tab won't go to the next input.
Is there a simple way to keep the focus in the input after selecting a value ?
A way that can be configured globally