【发布时间】:2012-03-05 11:00:47
【问题描述】:
使用 twitter bootstrap typeahead 我在 typeahead 列表上方获得 google chrome 建议列表
$(document).ready(function () {
$("[ID$=TextBox]").typeahead({ source: ["aaa", "aab", "aac", "aad"] });
});
<asp:TextBox ID="TextBox" runat="server" data-provide="typeahead"></asp:TextBox>
【问题讨论】:
-
你试过在输入框设置
autocomplete="off"吗? -
你是对的请写成答案
标签: asp.net google-chrome twitter-bootstrap typeahead