raychenfj / ion-multi-picker

Multi Item Picker - An Ionic Custom Multi Picker Component
https://raychenfj.github.io/ion-multi-picker/
Other
236 stars 103 forks source link

Pass `disabled` option to Picker column #36

Closed cmorbitzer closed 7 years ago

cmorbitzer commented 7 years ago

Currently in the options column passed to the Ionic base picker, disabled is set to false. The documentation for this project says that disabled can be included in column options. This passes that option to the Ionic picker and defaults to false if not provided.

I needed this for another project so I didn't take time to write tests for this. Let me know if you need tests written and I'll get around to it.