mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 20:33:32 +08:00
fix(datetime): set input-has-value class without formControlName (#8947)
This commit is contained in:

committed by
Brandy Carney

parent
96f550ceb8
commit
81c3394d32
@ -852,6 +852,7 @@ export class DateTime extends Ion implements AfterContentInit, ControlValueAcces
|
|||||||
console.debug('datetime, onChange w/out formControlName', val);
|
console.debug('datetime, onChange w/out formControlName', val);
|
||||||
this.setValue(val);
|
this.setValue(val);
|
||||||
this.updateText();
|
this.updateText();
|
||||||
|
this.checkHasValue(val);
|
||||||
this.onTouched();
|
this.onTouched();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user