Open ionitron-bot[bot] opened 5 years ago
Original issue by @liuzqt on 2018-04-14T15:44:47Z
I want to put image inside the select option sth. like
<ion-item> <ion-label>Images</ion-label> <ion-select [(ngModel)]="urls" multiple="true"> <ion-option *ngFor="let img of imgs | async"> <ion-img width="80" height="80" src="{{img.url}}"></ion-img> </ion-option> </ion-select> </ion-item>
but it doesn't display anything. Do ionic support this feature? If not and what might be the best way to do this right now
any updates regarding this issue
feature request
+1
I have done in ionic 5 here is code of it
https://github.com/MRameez820/Ion-select-with-image
Original issue by @liuzqt on 2018-04-14T15:44:47Z
I want to put image inside the select option sth. like
but it doesn't display anything. Do ionic support this feature? If not and what might be the best way to do this right now