Select2 Uses

Other topics

Using Select2 in a Bootstrap Modal/PopUp

If you are using Bootstrap Modal then be sure that Model tabindex=-1 is removed.

 $('#targetId').select2({
        width: '100%',
        dropdownParent: $("#myModal")
    })

Using Select2 in a Bootstrap Modal/PopUp

Using Select2 in a Bootstrap Modal/PopUp If you are using Bootstrap Modal then be sure that Model tabindex=-1 is removed.

$('#targetId').select2({ width: '100%', dropdownParent: $("#myModal") })

Contributors

Topic Id: 9763

Example Ids: 30086,30323

This site is not affiliated with any of the contributors.