如何进行下拉"可搜索"使用Angular JS& HTML?

时间:2016-05-15 07:59:30

标签: jquery html angularjs

HTML:

enter code here

<select  ng-model="selection.count"  ng-options="name.Country for name in      dataset | unique:'Country' | orderBy: 'Country'"   ng-change="onDropClick()" ng-click="barChart()" overflow-y:scroll >
</select>

我希望下拉菜单中有一个搜索栏,然后显示所选的选项

1 个答案:

答案 0 :(得分:0)

您可以使用谷歌搜索框代替。 https://cse.google.com/cse/all

相关问题