Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

max-view does not work #866

Open
egy2015 opened this issue May 26, 2022 · 0 comments
Open

max-view does not work #866

egy2015 opened this issue May 26, 2022 · 0 comments

Comments

@egy2015
Copy link

egy2015 commented May 26, 2022

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

@egy2015 egy2015 changed the title max-view does not works max-view does not work May 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant