mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-21 04:53:58 +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);
|
||||
this.setValue(val);
|
||||
this.updateText();
|
||||
this.checkHasValue(val);
|
||||
this.onTouched();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user