mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
Merge branch 'main' into chore-update-next-from-main
This commit is contained in:
@ -199,6 +199,8 @@ export class Select implements ComponentInterface {
|
||||
|
||||
/**
|
||||
* Emitted when the value has changed.
|
||||
*
|
||||
* This event will not emit when programmatically setting the `value` property.
|
||||
*/
|
||||
@Event() ionChange!: EventEmitter<SelectChangeEventDetail>;
|
||||
|
||||
|
Reference in New Issue
Block a user