It includes all properties from AppDatePicker and some of the properties from MwcDialog.
Property | Type | Default | Description |
---|---|---|---|
confirmLabel |
String | set |
Text label for the confirm button. |
dismissLabel |
String | cancel |
Text label for the dismiss button. |
open |
Boolean | false |
When it is set to true , the picker dialog renders. Like wise, it is set to false when the dialog is hidden. |
resetLabel |
String | reset |
Text label for the reset button. |
This includes all the methods from MwcDialog.
Method | Returns | Description |
---|---|---|
hide |
Hide the picker dialog. | |
show |
Open the picker dialog. |
It includes all the events from AppDatePicker and all from MwcDialog.
It includes all the CSS Custom properties from AppDatePicker and all from MwcDialog except --mdc-dialog-min-width
and --mdc-shape-medium
.
It includes all the CSS Shadow Parts from AppDatePicker.