当typeahead值为0时清除结果

时间:2016-02-16 07:07:02

标签: angularjs angular-ui-bootstrap angular-ui-typeahead

当我删除搜索文本时,它不会触发更改。当有人删除他们的查询时,我想清除结果。

我使用angular-ui bootstrap typeahead与typeahead-min-length: 0

1 个答案:

答案 0 :(得分:0)

根据我的理解,我建议您使用支持typeahead-min-length: 0的更新的ui-Bootstrap代码 。他们最近添加了对此功能的支持。 angular-ui网站仍然提到最小长度应为1.来自website:

  

typeahead-min-length $(默认值:1) - 最少的字符数   需要在输入击球前输入。必须大于或   等于0。

这是来自pull request的工作人员。

http://plnkr.co/edit/JsEwGwoqckcnHMMOxVTN?p=preview