I am using the .NET framework 4.0 and the corresponding version of the Ajax management toolkit.
On my page, I have a combo box:
<asp:ComboBox ID="cbUserName" AutoCompleteMode="SuggestAppend" CaseSensitive="false" runat="server" BackColor="#FFFFCC"> </asp:ComboBox>
In IE9, combobox allows me to either enter it or select from a list of users. However, in FireFox this does not allow me to type in a field. The dropdown does not filter either when I type FireFox. I am wondering if anyone has seen this kind of behavior, and if there is a workaround?
EDIT
For what it's worth, the ASP.NET Ajax Control Toolkit demo actually works great in FireFox.
source share