我正在使用ngTagsInput,这是我的标记:
<tags-input add-from-autocomplete-only="true"
input-tabindex="4"
min-length="0"
ng-model="news.tags"
display-property="tagName"
replace-spaces-with-dashes="false" placeholder="Add tag">
<auto-complete load-on-focus="true"
load-on-empty="true"
min-length="0"
source="loadData('Tag', $query)">
</auto-complete>
</tags-input>
我只能看到 10 个结果,但我需要查看所有结果。