I am tying to do a editable dropdown. Example of the code snippet is as follows:
Code:
textbox.style.width = listbox.offsetWidth - downButtonWidth; listbox.style.position = 'absolute'; listbox.style.clip = 'rect(auto, auto, auto, ' + textbox.style.width + ')'; listbox.style.left = textbox.offsetLeft; listbox.style.top = textbox.offsetTop; var obj = textbox; while