Skip to content

Commit 2d671d0

Browse files
Update core/src/components/datetime/datetime.tsx
Co-authored-by: Brandy Smith <[email protected]>
1 parent 2d332d5 commit 2d671d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/components/datetime/datetime.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ export class Datetime implements ComponentInterface {
211211
/**
212212
* 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.
213213
*/
214-
@Prop() showDaysOutsideCurrentMonth?: boolean = false;
214+
@Prop() showAdjacentDays = false;
215215

216216
@Watch('disabled')
217217
protected disabledChanged() {

0 commit comments

Comments
 (0)