简体   繁体   中英

ui.bootstrap typeahead with blur

I'm using angular bootstrap typeahed.

It's possibility to display not-full word in input with blur, like in https://twitter.github.io/typeahead.js/examples/ ?

I try do this in ui.bootstrap-typeahed, but I have only typed chars. I use $http request to get elements for data.

Thanks for any idea.

Found the answer in the typeahead documentation . Typeahead fills the input with the selected or autocompleted value on blur. To avoid this, $('#selector').typeahead('val', '<contents>') should be used instead of $('#selector').val('<contents>') .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM