- feature: can set cssClass PR#98
- fix style issue: the content text doesn't align with datetime component issue#67
- add an additional reset button issue#41
- fix critiical issue that can't load html template issue#56
- fix bug that can't present the picker correctly when there is large amount of data, ref to issue#50
- support placeholder
- fix bug that can't establish correct sequence between columns, ref to issue#51
- Update to ionic 3.0.1
- Update to ionic 2.2.0
- Update package.json
- Update to ionic 2.0.1
- Update to ionic 2.0.0-rc5
- Fix label color bug, ref to issue #34
- Migrate to ionic 2.0.0-rc4
- Explicitly export MultiPickerModule, ref to issue#30
- The separator will separate not only the values from each column, but also the texts, ref to issue #28
- When change the parent column, previously the multi picker will always reset the selcted index of child columns to 0, but now it will keep the selected index. If the selected index is less than the length of column options, then it remains; Otherwise, it will be set to length - 1, select the last option. Ref to issue #27
- To improve the performance of dependent picker, the multi picker will generate picker columns dynamically at run time
- Expose
columnWidth
, allow to configure column width manually
- Allow to customize
separator
between values from different columns, ref to issue #17 - Allow to specify the parent column for dependent picker, ref to pr #19
- Migrate to ionic 2.0.0-rc3
- remove console info
- Migrate to inonic 2.0.0-rc2
- Support binding enum to ngModel, please refer to fruit picker
- Remove city picker. it's a bad use case, column with too many options will cause performance issuses on mobile devices