kekeh / angular-mydatepicker

Angular datepicker and date range picker :date:
https://kekeh.github.io/angular-mydatepicker/
MIT License
1 stars 11 forks source link

Hide the clear button #110

Closed kevinmcgillicuddy closed 2 years ago

kevinmcgillicuddy commented 2 years ago

Has anyone found a good way to hide the X clear button? image

kevinmcgillicuddy commented 2 years ago

closing this issue - it was in HTML

<button type="button" style="transform: translateX(-30px);" class="btn btn-secondary" *ngIf="model" (click)="dp.clearDate()">
                    <i class="fa fa-close"></i>
                  </button>