Ion-input of type "date" has calendar icon of

<ion-input class=“dueDate-input” placeholder=“Select Date Range” type=“date” min="{{dueMinDate}}"
max="{{DueMaxDate}}" (ionChange)=“selectDueDate($event)” [(ngModel)]=“dueDate” >

also min and max date validation is not working in device but in chrome its working .I am using ionic 6 with capacitor
anybody help please default calendar icon show I need to remove it or replace with search icon please help
Thanks In advance