Skip to content

Commit

Permalink
chore(timeeditor): Adress comments #1823
Browse files Browse the repository at this point in the history
  • Loading branch information
IvayloG committed Mar 31, 2020
1 parent 0aeb418 commit b901426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion en/components/date_time_editor.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ Template-driven form example:
<input #dateEditor="igxDateTimeEditor" type="text" [(ngModel)]="date" #formControl="ngModel" name="form"
igxInput (valueChanged)="onValueChanged($event)" (validationFailed)="onValidationFailed($event)"
[igxDateTimeEditor]="'dd/MM/yyyy'" [minValue]="minDate" [maxValue]="maxDate" required
[isSpinLoop]="true" />
[isSpinLoop]="false" />
<igx-suffix>
<button igxRipple igxRippleCentered="true" igxButton="icon" (click)="dateEditor.increment()">
<igx-icon>expand_less</igx-icon>
Expand Down

0 comments on commit b901426

Please sign in to comment.