Hi frds,

I have to add drop down icons[Down arrow icon] in all the md-autocomplete 
component and also when you click that icon it should show the 
corresponding list related to that md-autocomplete.


[image: Example.png]

*I'm expecting like this*
How can I do that ? 

I'm using angular-material.min.css[V 1.1.18] and angular-material.min.js[V 
1.1.18].

I have added the arrow using the below css:

md-autocomplete-wrap:after {
display: block;
content: '\25BC';
position: relative;
top: -2px;
speak: none;
font-size: 20px;
color: rgba(0, 0, 0, 0.38);
-webkit-transform: scaleY(.5) scaleX(1);
transform: scaleY(.5) scaleX(1);
}

But how to add the click function to open the list in this class.


*Thanks & Regards*
*Suvarnni M V*

-- 
You received this message because you are subscribed to the Google Groups 
"Angular and AngularJS discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to angular+unsubscr...@googlegroups.com.
To post to this group, send email to angular@googlegroups.com.
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to