mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
chore(): call onTouched
This commit is contained in:
@@ -203,6 +203,7 @@ export class Toggle implements ControlValueAccessor {
|
||||
console.debug('toggle, onChange', isChecked);
|
||||
fn(isChecked);
|
||||
this._setChecked(isChecked);
|
||||
this.onTouched();
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user