mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
@@ -192,7 +192,7 @@ export class Datetime {
|
||||
@Event() ionCancel!: EventEmitter<void>;
|
||||
|
||||
/**
|
||||
* Emitted when the checked property has changed.
|
||||
* Emitted when the value (selected date) has changed.
|
||||
*/
|
||||
@Event() ionChange!: EventEmitter<void>;
|
||||
|
||||
|
||||
@@ -571,6 +571,11 @@ recent leap years, then this input's value would be `yearValues="2024,2020,2016,
|
||||
Emitted when the datetime selection was cancelled.
|
||||
|
||||
|
||||
#### ionChange
|
||||
|
||||
Emitted when the value (selected date) has changed.
|
||||
|
||||
|
||||
#### ionStyle
|
||||
|
||||
Emitted when the styles change.
|
||||
|
||||
Reference in New Issue
Block a user