fix(datetime): set input-has-value class without formControlName (#8947)

This commit is contained in:
Andrew Mitchell
2017-01-30 12:34:18 -06:00
committed by Brandy Carney
parent 96f550ceb8
commit 81c3394d32

View File

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