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

How to access picked values? #62

Closed maciej-w closed 7 years ago

maciej-w commented 7 years ago

How do I access the picked values? So far I tried, but obviously this just displays the names of the columns.

        <ul>
            <li *ngFor="let col of simpleColumns">
                {{ col.name | json}}
            </li>
        </ul>
maciej-w commented 7 years ago

Sorry, just seen the [(ngModel)] = "default"