简体   繁体   English

如何使用Angular JS和HTML制作下载“Searchable”?

[英]How to make dropdown “Searchable” using Angular JS & HTML?

HTML: 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>

I want the dropdown to have a search bar and then display the selected option 我希望下拉列表有一个搜索栏,然后显示所选的选项

you can use google search box instead. 您可以使用谷歌搜索框。 https://cse.google.com/cse/all https://cse.google.com/cse/all

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM