Hi,
At the moment with Wicket's auto complete list we need to scroll down to
select an option from the Autocomplete list.
It would be nice to have the first item highlighted by default.
I tried changing selected to 0 where its declared and it didn't work for me.
On setting selected to 0 a doUpdateChoices(resp) worked,
function doUpdateChoices(resp){
var element = getAutocompleteMenu();
element.innerHTML=resp;
if(element.firstChild && element.firstChild.childNodes) {
selected = 0;
Can anyone please confirm if this is the right way to go.
Regards
Dipu
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user