Topic: Datepicker add custom header content and confirmDateOnSelect like the vue version

VDLP priority asked 1 month ago


Hi,

What is the status on this issue: https://mdbootstrap.com/support/standard/datepicker-add-custom-header-content-and-confirmdateonselect-like-the-vue-version/ ?

===

Original issue:

We've made some feature requests for the vue version of the datepicker that we also would like to see in the standard version.

confirmDateOnSelect

Feature request:

https://mdbootstrap.com/support/vue/mdbdatepicker-modal-selectday-to-confirm-and-close-modal/

Option:

https://mdbootstrap.com/docs/vue/forms/datepicker/#docsTabsAPI -> confirmDateOnSelect

Edit header date

Feature request:

https://mdbootstrap.com/support/vue/mdbdatepicker-add-slot-for-datepicker-date-text-in-mdbdatepickerheader/

Option:

https://mdbootstrap.com/docs/vue/forms/datepicker/#section-custom-header-content

E.g. how we currently use it in vue, that we would also like to do in the standard version through a callback or something:

<template #header="{ selected }">
    <div class="fs-2 mb-2">
        {{ selected ? dayjs(selected).format('dddd D MMMM YYYY') : '' }}
    </div>
</template> 

Kind regards,

Van der Let & Partners


Grzegorz Bujański staff commented 1 month ago

Unfortunately I can't say when it will be added, but we are working on it.


VDLP priority commented 2 weeks ago

Hi, we are waiting a while now. Do you have a date when this might be resolved?


kpienkowska staff commented 2 weeks ago

confirmDateOnSelect was added in the last release. We don't have a set date for when we will add a feature allowing header customization.



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

  • User: Priority
  • Premium support: Yes
  • Technology: MDB Standard
  • MDB Version: MDB5 6.1.0
  • Device: n/a
  • Browser: n/a
  • OS: n/a
  • Provided sample code: No
  • Provided link: Yes