我不确定这是 TB 引入的新错误还是我,但它在 Chrome 和 IE 中有效,但在 Firefox 中无效。
显示建议时,typeahead 会跳过 key up 或 down 上的所有其他值。
<input type="text" class="manufacturer typeahead" placeholder="manufacturer">
<script type="text/javascript">
$('.manufacturer.typeahead').typeahead({
"source":['manufacturer 1','manufacturer 2','manufacturer 3', 'manufacturer 4','manufacturer 5','manufacturer 6','manufacturer 7','manufacturer 8'],
"items":8
})
<script>
推特引导 2.2.1
jQuery 1.8.3
火狐 16.0.2
无论如何打开了错误:https ://github.com/twbs/bootstrap/issues/5943
DEMO2(开始输入“m”)或 TB 网站上的官方预输入演示(开始输入“a”)