-
Notifications
You must be signed in to change notification settings - Fork 6.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
md-option by Image #2982
Comments
what you posted would work, but only in the actual selection, not in the selected value.. and there's already an issue for that #2275 |
You can track the issue in #2275, so closing this as a dupe. |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
<md-select> <md-option *ngFor="let Disp of DisplayList "> <img " src="{{Disp.src}} "> </md-option> </md-select>
How can I make md-select by images?
Is it possible?
The text was updated successfully, but these errors were encountered: