docs(menu-toggle): default behaviour docs

fixes #15042
This commit is contained in:
Manu Mtz.-Almeida
2018-08-07 20:23:23 +02:00
parent 2c191d76d3
commit 4e565926cd
10 changed files with 73 additions and 32 deletions

View File

@@ -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>;

View File

@@ -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.