I need to be able to select on TAB when searching. I set to true the selectOnClose, and it was working, but now it doesn’t anymore. I needed it to be working on Internet Explorer 11.
I already tried to comment some bits of my code that I thought it could be the problem (like a theme I added or the jQuery validate), but I can’t find what is not working.
My web interface’s purpose is to make faster the process of stocking new material by generating a CSV file after a multi-step form is filled up. In one of the steps, I have a select2 with a big list of computer models. For saving time I generated 128 barcodes for the models that are more frequent. The barcode scanner is configured with the TAB as terminator because for the 3rd step we have to add the serial numbers of each item and it is way faster if the inputs are filled using the barcode scanner (and the tab allows to pass to next input).
Here you can see the snippet I made for asking another question about my code -> StackOverflow - Snippet