You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* If `true`, a "Clear" button will be rendered alongside the default "Cancel" and "OK" buttons at the bottom of the `ion-datetime` component. Developers can also use the `button` slot if they want to customize these buttons. If custom buttons are set in the `button` slot then the default buttons will not be rendered.
937
937
*/
938
938
"showClearButton": boolean;
939
+
/**
940
+
* If `true`, the datetime will show the last days of the previous month and the first days of the next month on a table of 42 elements.
941
+
*/
942
+
"showDaysOutsideCurrentMonth"?: boolean;
939
943
/**
940
944
* If `true`, the default "Cancel" and "OK" buttons will be rendered at the bottom of the `ion-datetime` component. Developers can also use the `button` slot if they want to customize these buttons. If custom buttons are set in the `button` slot then the default buttons will not be rendered.
* If `true`, a "Clear" button will be rendered alongside the default "Cancel" and "OK" buttons at the bottom of the `ion-datetime` component. Developers can also use the `button` slot if they want to customize these buttons. If custom buttons are set in the `button` slot then the default buttons will not be rendered.
5724
5728
*/
5725
5729
"showClearButton"?: boolean;
5730
+
/**
5731
+
* If `true`, the datetime will show the last days of the previous month and the first days of the next month on a table of 42 elements.
5732
+
*/
5733
+
"showDaysOutsideCurrentMonth"?: boolean;
5726
5734
/**
5727
5735
* If `true`, the default "Cancel" and "OK" buttons will be rendered at the bottom of the `ion-datetime` component. Developers can also use the `button` slot if they want to customize these buttons. If custom buttons are set in the `button` slot then the default buttons will not be rendered.
0 commit comments