Topic: bisablind mdb-datepicker doesn't work

remiB free asked 4 years ago


Hello,

My date picker is not totally disabled because if I click over the mdb-icon the select date window still pop up... enter image description here

HTML

        <mdb-date-picker *ngIf="maDateFinPickerOptions"
                     name="dateFinContrat"
                     id="newDateFin"
                     class="mydp-date-for-contrat"
                     [inline]="true"
                     [options]="maDateFinPickerOptions"
                     [formControl]="dateFinContrat"
                     [locale]="'fr'"
                     [disabled]="!enableProlongation()"
                     [ngClass]="{ 'is-invalid': dateFinContrat.errors && (dateFinContrat.dirty || dateFinContrat.touched) }">
    </mdb-date-picker>

Arkadiusz Idzikowski staff answered 4 years ago


We fixed that in v8.8.1. Please update your MDB version.



Please insert min. 20 characters.

FREE CONSULTATION

Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.

Status

Answered

Specification of the issue

  • ForumUser: Free
  • Premium support: No
  • Technology: MDB Angular
  • MDB Version: 8.7.0
  • Device: laptop
  • Browser: Chrome
  • OS: Windows
  • Provided sample code: No
  • Provided link: No