Hi Milindsaraswala
Lets see not the best at this but let me try to help out guess to mind are better then one
-
How can I make search icon some what bigger
.ion-search:before {
content: “\f21f”;
font-size: 50px !important;
}
just change the font size to the size your want your icon to be
2.How can I make clear button some what smaller and disable behavior. Some mouse over effect
2.1 How can I make clear button some what smaller
to resize the button-icon size follow this post
2.2 disable behavior. Some mouse over effect
not sure what you mean, if you don’t want any of the button behaviour override that
3 I have written clear function on ng-click but it is not working
ng-click=‘clearSearch()’
you have to call the function and it should reset the text field
hope this helps