I have a display problem in the jQuery autocomplete inside a modal dialog bootstrap.
When I mouse scroll, the results do not remain attached to the input.
Is
The above solution talking about the z-index issue worked:
z-index
.ui-autocomplete { z-index:2147483647; }
Make sure you put it before your .js script responsible for handling the modal AND autocomplete logic.
.js