Skip to content

Commit

Permalink
fix(datetime): set input-has-value class without formControlName (#8947)
Browse files Browse the repository at this point in the history
  • Loading branch information
hotforfeature authored and brandyscarney committed Jan 30, 2017
1 parent 96f550c commit 81c3394
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/datetime/datetime.ts
Original file line number Diff line number Diff line change
Expand Up @@ -852,6 +852,7 @@ export class DateTime extends Ion implements AfterContentInit, ControlValueAcces
console.debug('datetime, onChange w/out formControlName', val);
this.setValue(val);
this.updateText();
this.checkHasValue(val);
this.onTouched();
}

Expand Down

0 comments on commit 81c3394

Please sign in to comment.