Hi, I have uploaded a new Archive with some updates.
This Archive contains the following updates: 1) New Feature-Delay-- New feature that lets you specify if you like some delay before the call to the AJAX function to obtain the choices based on the user input. This allows the user to configure whether he might not want to have an ajax call on every KEY DOWN event. 2) New Feature-Autoselect- New feature that makes the Extensible Autocomplete able to automatically select the CHOICE if it is the only one that was brought by the AJAX call. 3) New Feature-Resize- New feature that allows the resize of the Extensible Autocomplete container to the size of the largest choice instead of the size of the input text that has the auto-complete behavior. 4) BUG-FIX: The former archive contains a bug for IE 5.5 / 6 / 7 that doesn't work with mouse events. That is because it is not reading properly the number of choices it brought from the server. Variable choiceCount was not being use in some for() statements. 5) Basi JavaDoc Updates. f(t)
