no allow to change month via swiping
This commit is contained in:
@@ -140,6 +140,7 @@
|
||||
<vue-date-picker inline auto-apply model-type="yyyy-M-d"
|
||||
month-name-format="long"
|
||||
class="justify-content-center"
|
||||
:config="{ noSwipe: true }"
|
||||
:disable-month-year-select="true"
|
||||
:month-change-on-scroll="false"
|
||||
:month-change-on-arrows="false"
|
||||
@@ -148,6 +149,7 @@
|
||||
:min-date="getShortDate(parseDateFromUnixTime(query.minTime))"
|
||||
:max-date="getShortDate(parseDateFromUnixTime(query.maxTime))"
|
||||
:disabled-dates="noTransactionInMonthDay"
|
||||
:prevent-min-max-navigation="true"
|
||||
:clearable="false"
|
||||
:dark="isDarkMode"
|
||||
:week-start="firstDayOfWeek"
|
||||
|
||||
Reference in New Issue
Block a user