I am using jQuery ui autocomplete combobox in my project. This widget or plugin is placed at ‘Sticky Footer’ of the page. This is working fine. Since autocomplete combobox is on footer strip so when autocomplete dropdown menu is open, it goes out of page.
Please see this screenshot http://prntscr.com/mpa11
I want this dropdown menu should appear on top of input field instead of bottom of input field.
Any suggestion please?
Well no one replied but i have solved this problem. I just added the position property in the source file of combobox and its solved this problem.