Using a select2 inside a modal made with bootstrap3-dialog does not allow me to use the built-in search engine.
I leave the link in jsfiddle.net with some test array .
Using a select2 inside a modal made with bootstrap3-dialog does not allow me to use the built-in search engine.
I leave the link in jsfiddle.net with some test array .
This is a known problem with
select2
andBootstrapDialog
. One solution is to remove the attributetabindex
from the dialog. It would be like this:An easy way is by adding the following:
I read this here