File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed
core/src/components/datetime Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -2154,7 +2154,12 @@ export class Datetime implements ComponentInterface {
21542154 </ div >
21552155
21562156 < div class = "calendar-next-prev" >
2157- < ion-button aria-label = "Previous month" fill = "clear" disabled = { prevMonthDisabled } onClick = { ( ) => this . prevMonth ( ) } >
2157+ < ion-button
2158+ aria-label = "Previous month"
2159+ fill = "clear"
2160+ disabled = { prevMonthDisabled }
2161+ onClick = { ( ) => this . prevMonth ( ) }
2162+ >
21582163 < ion-icon
21592164 dir = { hostDir }
21602165 aria-hidden = "true"
@@ -2164,7 +2169,12 @@ export class Datetime implements ComponentInterface {
21642169 flipRtl
21652170 > </ ion-icon >
21662171 </ ion-button >
2167- < ion-button aria-label = "Next month" fill = "clear" disabled = { nextMonthDisabled } onClick = { ( ) => this . nextMonth ( ) } >
2172+ < ion-button
2173+ aria-label = "Next month"
2174+ fill = "clear"
2175+ disabled = { nextMonthDisabled }
2176+ onClick = { ( ) => this . nextMonth ( ) }
2177+ >
21682178 < ion-icon
21692179 dir = { hostDir }
21702180 aria-hidden = "true"
You can’t perform that action at this time.
0 commit comments