ASP.Net Ajax ComboBox自动完成Internet Explorer 11问题

时间:2015-06-19 12:34:06

标签: c# asp.net ajax internet-explorer

我的ASP.Net Web应用程序中有一个直接的Ajax ComboBox,它绑定了一系列列表项:

ListItem[] testItems = GetTestItems();
test.Items.AddRange(testItems);

<ajaxToolkit:ComboBox ID="test" runat="server" AutoCompleteMode="SuggestAppend" DropDownStyle="Simple" MaxLength="9999">
</ajaxToolkit:ComboBox>

使用Firefox,Chrome和Safari,一切正常,即您开始输入,自动完成模式会找到并突出显示最接近的匹配。

Example in Chrome

但是,使用Internet Explorer 11,您开始键入并且没有任何反应。出现项目列表,但不会发生自动完成或选择。

Example Internet Explorer 11

有人知道是否或如何解决这个问题?

干杯 约翰

1 个答案:

答案 0 :(得分:0)

你使用什么jQuery版本?

在版本1.8.2之前, 已损坏。