xoxco / jQuery-Tags-Input

Magically convert a simple text input into a cool tag list with this jQuery plugin.
http://xoxco.com/projects/code/tagsinput/
2.29k stars 826 forks source link

autocomplete list position #327

Open AmandaLutzTO opened 8 years ago

AmandaLutzTO commented 8 years ago

ul.ui-autocomplete (that displays autocomplete results) is position: absolute (from jquery-ui.css) but has element style top: 0px and left: 0px. The results are hiding under my position: fixed header.

How can I move result list to below input? I shouldn't have to resort to jquery to modify the dom structure.

Thanks Amanda