mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 20:33:32 +08:00
fix(select): ionChange returns the value
This commit is contained in:
@ -409,6 +409,14 @@ export class Select extends BaseInput<string[]|string> implements AfterViewInit,
|
||||
return !deepEqual(this._value, val);
|
||||
}
|
||||
|
||||
/**
|
||||
* TODO: REMOVE THIS
|
||||
* @hidden
|
||||
*/
|
||||
_inputChangeEvent(): any {
|
||||
return this.value;
|
||||
}
|
||||
|
||||
/**
|
||||
* @hidden
|
||||
*/
|
||||
|
Reference in New Issue
Block a user