Reputation: 1617
In my project, I've got a list of countries from a database. In Ionic 2, the select option is alert (popup). I don't need that, so my question:
How can I create a custom picker for countries list?
Upvotes: 2
Views: 2710
Reputation: 1
Fengjun Chen thanks for designing the custom Picker control. Can you post the source for the source for the Advance usage example that you hosted on - https://raychenfj.github.io/ion-multi-picker/ Also it will help if you can post an example of how to access the events and how to style the control.
Upvotes: 0
Reputation: 21
I just build a similar component here, base on the low-level picker component. https://github.com/raychenfj/ion-multi-picker
But its performance could depend on your data volume.
Upvotes: 1