We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a742b9d + e2229f3 commit f7e7f75Copy full SHA for f7e7f75
src/VueDatePicker/components/DatepickerInput.vue
@@ -59,7 +59,7 @@
59
</div>
60
<span
61
v-if="$slots['clear-icon'] && inputValue && clearable && !disabled && !readonly"
62
- class="dp__clear_icon"
+ class="dp--clear-btn"
63
><slot name="clear-icon" :clear="onClear"
64
/></span>
65
<button
0 commit comments