I am using an AJAX AutoCompleteExt ender to display a list of suburbs-postcodes after the user presses 3 keys in the given textbox.
The problem is that on the page, I can't move my selection below the first item (with down arrow key/mouse). However with mouse if I click on any item, it gets selected.
Code:
<asp:TextBox ID="txtPostalSuburb" runat="server" CssClass="select_insert_menu_text1"
Leave a comment: