Search code examples
javascripthtmltwitter-bootstrap

search is disabled with select2 library with bootstrap modal


I am trying to use select2 library with my page using php everything working perfect even is behaving well but problem is that i cannot search anything the search is by default disabled which was my main reason to use this library.

<https://jsfiddle.net/udp3qq7t/5/

Solution

  • I have sort out the issue by Select2 doesn't work when embedded in a bootstrap modal post.By (remove tabindex="-1" from modal)