Skip to content

max-view does not work #866

@egy2015

Description

@egy2015

I made a validation where user can only pick 7 dates from the start dates. The issue found when i put the start date one month-before this month, the icon "change month" needs to be clicked then the magic will happened which is so uncomfortable for me. Is it just a wrong script for me? kindly give me a proper documentation for this.
this is my script:
<datepicker
v-model="metaFilter.end_date"
v-validate="'required'"
:minimum-view="dateFormatFilter(metaFilter.start_date)"
:disabled-dates="takeSevenDay"
type="date"
:disabled="!metaFilter.start_date"
name="end_date"
/>

Sincerely

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions