angular.js - AngularStrap 中的 Typeaheads 插件
某草草
某草草 2017-05-15 17:00:06
0
2
687

使用AngularStrap 中的 Typeaheads 插件

如图片上的演示 比如我想搜索“啊”这个关键字下的值
可是拼音和汉字都显示出来,怎么样只显示汉字?

某草草
某草草

reply all(2)
给我你的怀抱

Update previous question.

typeaheads

With Chinese content, you can directly use the code of the example below.

<input type="text" class="form-control" ng-model="selectedAddress" data-animation="am-flip-x" bs-options="address.formatted_address as address.formatted_address for address in getAddress($viewValue)" placeholder="Enter address" bs-typeahead>
滿天的星座

You can try the asynchronously obtained Address input box below, it should be fine to enter there

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template