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:
@@ -334,6 +334,7 @@ export class Select {
|
||||
fn(val);
|
||||
this._values = (Array.isArray(val) ? val : isBlank(val) ? [] : [val]);
|
||||
this._updOpts();
|
||||
this.onTouched();
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user