Mahmoud Ismail
Mahmoud Ismail

Reputation: 1617

Ionic 2: create a custom picker

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

Answers (2)

rpat
rpat

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

Fengjun Chen
Fengjun Chen

Reputation: 21

I just build a similar component here, base on the low-level picker component. https://github.com/raychenfj/ion-multi-picker

Chinese City Picker

But its performance could depend on your data volume.

Upvotes: 1

Related Questions