dagaey free asked 1 year ago


When using the datepicker in RTL inline mode, the forward and back arrows appear as two up arrows instead of left and right arrows.

Is there a quick css fix for this?


Mateusz Lazaru staff answered 1 year ago


Thanks for reporting this bug. For now, the only way to fix it is overwriting current css styles:

<style>
  .datepicker-next-button::after {
    transform: rotate(-45deg);
  }

  .datepicker-previous-button::after {
    transform: rotate(45deg);
  }
</style>

We will fix this issue soon.



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 Standard
  • MDB Version: MDB5 6.2.0
  • Device: desktop
  • Browser: chrome
  • OS: windows
  • Provided sample code: No
  • Provided link: No