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?
给我你的怀抱2017-05-15 17:02:06
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>
滿天的星座2017-05-15 17:02:06
You can try the asynchronously obtained Address input box below, it should be fine to enter there