Topic: date picker
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 5 years ago
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Answered
- User: 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