I have the following problem, when selecting the select2, the options are shown below the modal hiding from the user's view, some way of solving it and showing it in front of the modal?
Try the following code:
.select2{
z-index: 999999;
}
But it did not work.