don't allow clear the value in datetime picker

This commit is contained in:
MaysWind
2023-04-21 23:14:26 +08:00
parent eea1ea7ed0
commit 9b0dea80c9
2 changed files with 2 additions and 0 deletions
@@ -17,6 +17,7 @@
<vue-date-picker range inline enable-seconds six-weeks
auto-apply month-name-format="long"
class="justify-content-center margin-bottom"
:clearable="false"
:dark="isDarkMode"
:week-start="firstDayOfWeek"
:year-range="yearRange"
@@ -14,6 +14,7 @@
<vue-date-picker inline enable-seconds
auto-apply month-name-format="long"
class="justify-content-center"
:clearable="false"
:dark="isDarkMode"
:week-start="firstDayOfWeek"
:year-range="yearRange"