Hi all,
i have an issue with dropdown list i use in my form.
When i click the dropdown, the list will come down directly under the field. (Original Pict)
but if i scroll down/ scroll up/ scroll left/ scroll right/ zoom in / zoom out, etc, the dropdown will be remain still in that position, hence it looks like 'flying'. (After Scroll Down Pict).
Can someone help me with this?
thank you.
original
after scroll down
var uniqueArrayList = uniqueArray(list);
var textbox = NWF$("#" + tbUsrResponIns);
textbox.autocomplete({}).bind('focus', function() {
textbox.autocomplete("search");
});
Where to put the AppendTo property if the condition is as above?
uniqueArrayList is the dropdown data coming from SAP.
thank you.
