don't allow clear the value in datetime picker
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user