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

Angular - Dynamic minDate/maxDate not working on iOS #88

Open
dmoptimal opened this issue Jul 1, 2021 · 0 comments
Open

Angular - Dynamic minDate/maxDate not working on iOS #88

dmoptimal opened this issue Jul 1, 2021 · 0 comments

Comments

@dmoptimal
Copy link

dmoptimal commented Jul 1, 2021

Tns version 7.2.1
Angular version 8.2.0

In component:
public minDate = moment().format('YYYY/MM/DD');
In html:
<DatePickerField [minDate]="minDate"> </DatePickerField>
I've also tried the following:
<DatePickerField minDate="{{minDate}}"> </DatePickerField>

The demo works, but is not dynamic:
<DatePickerField minDate="2021/06/01"> </DatePickerField>

I'm sure I'm doing something wrong, but not sure what I'm missing!

Note: I've also tried the following (but I assumed minDate accepted a string in the format: YYYY/MM/DD so I thought this wouldn't work anyway)
public minDate = moment().toDate();

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