angular.js - Typeaheads plugin in AngularStrap
某草草
某草草 2017-05-15 17:00:06
0
2
738

Use the Typeaheads plugin in AngularStrap

As shown in the picture. For example, I want to search for the value under the keyword "ah"
But both pinyin and Chinese characters are displayed. How can I only display Chinese characters?

某草草
某草草

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