I’ve seen several people asking for a picker component like IOS UIPickerView to select some custom content, like a list of number ,cities or something else.
So I’ve tried to build a custom picker component that flexible enough to meet these need over the last week.
It’s pretty similar to the datetime component, but you can create custom columns.
Hope it help.
Preview:
Try the live demo here: https://github.com/raychenfj/ion-multi-picker
It’s on github ion-multi-picker.
Welcome bug report and contribution, help me improve it.