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

DisabledDates not working #93

Open
hamid-hassani opened this issue Jan 26, 2019 · 1 comment
Open

DisabledDates not working #93

hamid-hassani opened this issue Jan 26, 2019 · 1 comment

Comments

@hamid-hassani
Copy link

hamid-hassani commented Jan 26, 2019

Hi,
It seems disabledDates is not working at all:
HTML FILE:

<span ion-datepicker (ionChanged)="setDate($event);"
[max]="maxDate" [min]="initDate"
[value]="initDate"
[showMaxAndMin]="true"
[disabledDates]="disabledDates" clear class="ScheduleDate">

TS file:

public disabledDates: Date[] = [new Date(2018,1,28)];

Any fix?

Using this:
https://github.com/pauloedsr/ionic3-datepicker

Thanks!

@Ayesha742
Copy link

Hi, did you get it working?
Need help too

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

2 participants