Open carlosmarcelomorales opened 6 years ago
You might have an issue with CSS. But give a try to the following...
I'm not sure whether you use bootstrap or not. If so, popover is used to host the input. By default, select2 inserts itself into body tag. This causes lots of issues such as leaving remnants of select2 if popover gets closed, z-index mess, etc.
You might give a try to select2: {dropdownParent: '.popover'}
option, but you'd also need https://github.com/select2/select2/pull/5373
I'm having a problem when using select2 with multiple tags. The problem is that when the dropdown it's oppened it goes to the bottom of the page and not over the input.
Anyone had this problem too? Igot the same problem,I wonder know have you fixed this bug? If you have, please give me some suggestions,thanks!
I'm having a problem when using select2 with multiple tags. The problem is that when the dropdown it's oppened it goes to the bottom of the page and not over the input.
Anyone had this problem too?