Skip to content

Commit f7e7f75

Browse files
authored
Merge pull request #946 from Tsuyoshi84/bugfix/fix_clear_button_class
fix: Wrong class for the clear button slot
2 parents a742b9d + e2229f3 commit f7e7f75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/VueDatePicker/components/DatepickerInput.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
</div>
6060
<span
6161
v-if="$slots['clear-icon'] && inputValue && clearable && !disabled && !readonly"
62-
class="dp__clear_icon"
62+
class="dp--clear-btn"
6363
><slot name="clear-icon" :clear="onClear"
6464
/></span>
6565
<button

0 commit comments

Comments
 (0)