Topic: mdb-date-picker - pro version

octavian pro asked 4 years ago


*Expected behavior*Hi, I have the pro version of mdb angular.There are two mdb-date-pickers in the same component. Clicking on the date-picker label is should get focused.

*Actual behavior*Clicking on the second's date-picker label, the first one is getting focus. The problem is that they are loaded into DOM with the same Id="inLineDatePicker".

*Resources (screenshots, code snippets etc.)*We updated to the last version where you said it was fixed. Still happens...Here is some code:

</div>
<div class="col-xl-2 col-lg-3 col-md-6 col-sm-6">
  <div class="md-form">
    <mdb-date-picker #toDatePicker [options]="globals.datePickerOptions" (keydown)="false"
                     [inline]="true" [label]="'Filter.ToDate' | translate"></mdb-date-picker>
  </div>
</div>

enter image description here


Bartosz Termena staff commented 4 years ago

Dear @octavian

Yes you are right, thank you for reporting the problem. We will try to fix that as soon as possible. I'll let you know when something changes.

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

Opened

Specification of the issue

  • ForumUser: Pro
  • Premium support: No
  • Technology: MDB Angular
  • MDB Version: 8.4.0
  • Device: Responsive
  • Browser: Chrome
  • OS: Windows
  • Provided sample code: No
  • Provided link: No