Skip to content

Commit 81c3394

Browse files
hotforfeaturebrandyscarney
authored andcommitted
fix(datetime): set input-has-value class without formControlName (#8947)
1 parent 96f550c commit 81c3394

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/datetime/datetime.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -852,6 +852,7 @@ export class DateTime extends Ion implements AfterContentInit, ControlValueAcces
852852
console.debug('datetime, onChange w/out formControlName', val);
853853
this.setValue(val);
854854
this.updateText();
855+
this.checkHasValue(val);
855856
this.onTouched();
856857
}
857858

0 commit comments

Comments
 (0)