I have a problem with my typeahead, and the parent container. my parent container has overflow: auto(I needed it for th x axis).
But when I try to use it, it is clipped by overflow like in the image:
image-1
Is there any way to do it like it is for select2? to move the dropdown to body and set the location the same? (image bellow)
image-2
Thank you!
I tried to move it to body and set the top and left properties, but it is not working well.