sho free asked 4 years ago


I ask you how to select multiple day from date-picker. I tried using type:'multi-day'in option property. However, when clicking date-picker, none of date-picker-modal shows in display... And I confirm that when type: 'day' I can use date-picker! Is this Bug?

<template>
    <mdb-container>
        <mdb-row>
            <mdb-col col="2">
                <mdb-date-picker :option="options" />
            </mdb-col>
        </mdb-row>
    </mdb-container>
</template>

<script>
export default {
    data() {
        return {
            options: {
                type: 'multi-day'
            }
        }
    }
}
</script>

Mikołaj Smoleński staff answered 4 years ago


This option is unfortunately unavailable.

Best regards



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 Vue
  • MDB Version: 6.1.1
  • Device: Mac
  • Browser: chrome
  • OS: OSX
  • Provided sample code: No
  • Provided link: No