Hi,

I'm using the autocomplete text field with great success. However, I'm looking for a way where a user can start to move down the list and once they are at the last choice, it will continue to pull new items back from the server. If this seems confusing let me explain with my use-case:

I have a "State" autocomplete textfield. Initially they enter "C" and get all the states that start with C. As they go down the list and say first California is highlighted and then Colorado and then Connecticut I would like the list to display Delaware (possibly even a few more like Florida and Georgia) as the next entries available even though a C was entered into the text field. It seems I would need to know that the last option was selected as a trigger to make a call to display more items from the server. Does anyone have any idea how to do this?

   Thanks, Jason


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to