mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 13:32:54 +08:00
chore(range): emit ionChange on range
This commit is contained in:
@ -500,6 +500,8 @@ export class Range {
|
||||
}
|
||||
|
||||
this.onChange(this.value);
|
||||
|
||||
this.ionChange.emit(this);
|
||||
}
|
||||
|
||||
this.updateBar();
|
||||
|
Reference in New Issue
Block a user