We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db5e138 commit 35ea9f5Copy full SHA for 35ea9f5
src/components/NcDateTimePicker/NcDateTimePicker.vue
@@ -580,7 +580,7 @@ function cancelSelection() {
580
:aria-labels
581
:auto-apply="!confirm"
582
class="vue-date-time-picker"
583
- :class="{ "vue-date-time-picker--clearable": clearable }"
+ :class="{ 'vue-date-time-picker--clearable': clearable }"
584
:cancel-text="t('Cancel')"
585
:clearable
586
:day-names
0 commit comments