HTML自动填充 - 鼠标悬停时每次都会在底部添加空白区域

时间:2012-12-17 06:42:07

标签: c# html asp.net-mvc autocomplete

我正在使用HTML autocomplete控件。当我的应用程序在IE上运行时,我注意到一件奇怪的事情。每次我将鼠标悬停在自动填充上时,会在其下方添加空格。以下是参考图像。

enter image description here

以下是自动填充的代码:

<span class="searchFormControl">
<%= Html.AutoCompleteFor(model => model.ContactEmail, controller: "ContactEmailAutocomplete", parentId: "ContactId", htmlAttributes: new { @onkeypress = "return allowAlphaNumericAndApostrophe(event);", @onpaste = "return false" })%>
</span>  

此问题不会出现在Google Chrome上。

0 个答案:

没有答案