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

VDLP priority asked 1 year ago


Hi,

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


Mateusz Lazaru staff answered 1 year ago


Hi,

Thank you for sharing your ideas with us! Usually when we add new features to the MDB, we do it for all MDB versions to keep them consistent.

Follow our changelog to stay up to date.


VDLP priority commented 1 year ago

Hi @mlazaru,

These feature requests are already added to the vue version (v3.1.0), but are missing in the mdb standard 6.0.0 release. Will these features also come in the next standard mdb release?


Mateusz Lazaru staff commented 1 year ago

Sorry, my mistake.We already have a task to add these features in the standard, so we will do it soon. I can't say now if it will be done in the next release. We will probably need more time.


VDLP priority commented 1 year ago

Hi, thank you. Do you have a date when this might be resolved?



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: Priority
  • Premium support: Yes
  • Technology: MDB Standard
  • MDB Version: MDB5 6.0.0
  • Device: n/a
  • Browser: n/a
  • OS: n/a
  • Provided sample code: No
  • Provided link: Yes