ui.bootstrap typeahead with blur

时间:2014-12-04 12:37:28

标签: angularjs twitter-bootstrap angular-bootstrap

我使用了角度引导类型。

可以在模糊的输入中显示不完整的单词,例如在https://twitter.github.io/typeahead.js/examples/中?

我尝试在ui.bootstrap-typeahed中执行此操作,但我只输入了字符。 我使用$ http请求获取数据元素。

感谢您的任何想法。

1 个答案:

答案 0 :(得分:0)

typeahead documentation中找到答案。 Typeahead使用选定或自动完成的模糊值填充输入。为避免这种情况,应使用$('#selector').typeahead('val', '<contents>')代替$('#selector').val('<contents>')