I have some elements that are positioned to have a fixed height, etc and trying to use Choices JS the dropdown gets cut off. The solution for that in Select2 was to use DropdownParent: 'body" to make sure such dropdowns are added to body and float nicely above everything else.
How would I achieve something like this with Choices?