0
It looks simple but I haven’t found anything. How can I paste the icon on the right side >>>> and the search bar on the left side <<< ?
<ion-searchbar placeholder="Buscar" [(ngModel)]="queryText"
(ionInput)="filterProduto($event)" clearInput class="search">
</ion-searchbar>
scss
.search{
position: fixed;
box-shadow: none !important;
left: 45%;
top: 1%;
text-align: right;
.searchbar-search-icon {
background-image: url("../assets/imgs/ico_busca.svg")!important;
width: 40px;
}