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

when the text of column with index 0 and 2 is too long,total column width will greater than the wrapper #31

Closed liyanjie2048 closed 7 years ago

liyanjie2048 commented 7 years ago

when the text of column with index 0 and 2 is too long,total column width will greater than the wrapper

raychenfj commented 7 years ago

Hi @liyanjie8712, The width will be auto calculated based on the string length. In your case, you can specify the width by using columnWidth attribute. Don't forget the unit.