在Angular UI构建的普通Typeahead中
<input type="text" ng-model="asyncSelected" placeholder="Locations loaded via $http" typeahead="address for address in getLocation($viewValue)" typeahead-loading="loadingLocations" class="form-control">
如何禁用某些行,不允许选择这些字段。
例如。就像Select2禁用选项一样。