Topic: mdb-date-pickers inline disabled mode does not work

Wanderson pro asked 4 years ago


When mdb-date-pickers in inline mode is disabled the typing box is inactive correctly, but the inline icon when clicked opens the calendar with the option to change the date as shown.

enter image description here


Wanderson pro answered 4 years ago


Actually I have two problems, the first is that when I disable datepicker the icon is activating the calendar and changing the date. The second is when using internally in a cell of a table is hiding the calendar as image.

I am using version 8.7.0.

Here's the way I'm using

<td><mdb-date-picker [inline]="true" [options]="datePickerOptions" formControlName="dt_vencimento" [disabled]="true"></mdb-date-picker></td>

enter image description here


Bartosz Termena staff commented 4 years ago

Hi!

Thank you for reporting the problem. We will take a closer look at that.

Best Regards, Bartosz.


Wanderson pro commented 4 years ago

Good Morning,

Do you have any position on the issues at hand.

Att.


Arkadiusz Idzikowski staff commented 4 years ago

This problem should be resolved in v8.8.1. Please upgrade your version.

You can read about changes in our changelog: https://mdbootstrap.com/docs/angular/changelog/


Bartosz Termena staff answered 4 years ago


Hi! Which version of MDB are you using?

I can not reproduce your problem, below my example:

<div class="container">
  <div class="row">
    <div class="col-md-6">
      <mdb-date-picker
        [inline]="true"
        name="mydate"
        [disabled]="true"
        [placeholder]="'Selected date'"
        [(ngModel)]="model"
        [outlineInput]="true"
        required
      ></mdb-date-picker>
    </div>
  </div>
</div>

And everything looks to work fine - clicking the icon does not open date picker.

Best Regards, Bartosz.



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: Pro
  • Premium support: No
  • Technology: MDB Angular
  • MDB Version: 8.7.0
  • Device: All
  • Browser: All
  • OS: All
  • Provided sample code: No
  • Provided link: No