Skip to content

Commit

Permalink
feat(ionic): add missing properties to datetime type (#2141)
Browse files Browse the repository at this point in the history
Add `yearValues`, `monthValues`, `dayValues`, `hourValues` and `minuteValues`.
  • Loading branch information
eduardoRoth authored and aitboudad committed Mar 17, 2020
1 parent 8b46f95 commit 56705dc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/ionic/src/lib/types/datetime.ts
Expand Up @@ -11,6 +11,11 @@ import { FieldType } from '@ngx-formly/core';
[cancelText]="to.cancelText"
[min]="to.min"
[max]="to.max"
[yearValues]="to.yearValues"
[monthValues]="to.monthValues"
[dayValues]="to.dayValues"
[hourValues]="to.hourValues"
[minuteValues]="to.minuteValues"
[formControl]="formControl"
[ionFormlyAttributes]="field">
</ion-datetime>
Expand Down

0 comments on commit 56705dc

Please sign in to comment.