We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d332d5 commit 2d671d0Copy full SHA for 2d671d0
core/src/components/datetime/datetime.tsx
@@ -211,7 +211,7 @@ export class Datetime implements ComponentInterface {
211
/**
212
* 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.
213
*/
214
- @Prop() showDaysOutsideCurrentMonth?: boolean = false;
+ @Prop() showAdjacentDays = false;
215
216
@Watch('disabled')
217
protected disabledChanged() {
0 commit comments