Hi Jon and all,
We're developing a quick n dirty little search box for our site at the moment, and using the text suggest control to assist (great control btw Jon).
The problem we're up against now is that when we hit the enter key after typing in our phrase/keywords, the js seems to throw away the press, so the page is never told to submit.
I can definitely see this being necessary while the list of options is currently being used (as in the person is arrowing up or down in the panel), but when the 'focus' is on the text box, wouldn't it make sense to act as a regular textbox and allow the enter as per normal?
I'm no expert in javascript, so won't try to hack the code to get this result, but wanted to put it out there to see what others thought.
Cheers,
Max