autocomplete span
autocomplete span
I have a functioning autocomplete <input> control and I am seeing a <span> created with the number of results available. When this <span> tag is created in the markup, upon successful completion, it shifts my <input> control to the right. I would like prefer this be placed above the <input> control. How can I accomplish this?

