Yes, I saw that little enter then back space.  That's horrible user
interface to rely upon.  Users wouldn't know that and I'd hate to tell them
to do that.

I'm not sure how I would accomplish your proposed work-around.


On 9/8/08 10:24 AM, "[EMAIL PROTECTED]"
<[EMAIL PROTECTED]> wrote:

> 
> For your "question 2", if you type something into the last field, and
> then hit backspace it will show the whole list - so the "0" character
> setting is working.  Without diving into the autocomplete library, I'd
> wager that it is triggering on keyup.  You want to add or modify the
> handler so that it also fires on focus instead of just keyup.
> 
> Alternatively you could possibly kludge it by adding an on focus
> handler that just creates a keyup event.
> 
> 
> 
> On Sep 8, 9:51 am, Shelane <[EMAIL PROTECTED]> wrote:
>> Just a couple of things that I would like to know if it's possible:
>> 
>> Can you submit additional parameters based on the value of another
>> input field?
>> 
>> Can you return all autocomplete results on the focus of the field?
>> 
>> More info and a test page are available here:
>> 
>> http:// education.llnl.gov/test/
> 
> > 
> 


Reply via email to