gpt4 book ai didi

javascript - Twitter Typeahead 最小长度 = 0 等效?

转载 作者:行者123 更新时间:2023-11-30 08:51:39 27 4
gpt4 key购买 nike

我正在使用 Twitter's Typeahead.js (Not the one included in Bootstrap)我想知道 Better-Typeahead (Bootstrap) 中是否存在与 minLength=0 类似的函数

Triggering on input looked promising ,但我不希望在触发下拉列表时输入框中有任何文本。

最佳答案

是的,数据集有一个 minLength 选项,请参阅代码 here .一直在since v0.9.1附近, 但它还没有进入自述文件。

以下是您将如何使用它:

$('.typeahead').typeahead({
minLength: 3,
local: [/* ... */]
});

关于javascript - Twitter Typeahead 最小长度 = 0 等效?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17437365/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com