Select 2 searchbox is not focusable in modal. What should i do?
Hi,
As shown in the Boostrap Modal + Select 2 documentation you will need to add data-dropdown-parent="#modal_element_id"
option to fix uneditable search input when Select2 is used on Bootstrap Modal with tabindex="-1"
.
Regards.