Skip to content

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

@dmoptimal

Description

@dmoptimal

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();

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions