Quote:
Originally Posted by axipher 
Well with some tweaking, I managed to make the list of suggestions links as well because for some reason the Enter button isn't working.
When you hit enter after selecting a user, you see it populate the textbox with the value, but the form doesn't actually submit the required value.
Still trying to get the menu to be floating as well.

Well with some tweaking, I managed to make the list of suggestions links as well because for some reason the Enter button isn't working.
When you hit enter after selecting a user, you see it populate the textbox with the value, but the form doesn't actually submit the required value.
Still trying to get the menu to be floating as well.
Did you remember to add a call to submit() in the processEnter function from the code in my last post?
For example:
Code:
document.getElementById('MY_FORM_ID').submit();
Give the form an ID.
Floating the menu might be a tad out of my way... been a while since I have touched this stuff. But you'll need to use absolute positioning with the CSS and you should be able to use JS to get it to align with the text box







