Skip to content

Commit

Permalink
Merge pull request #946 from Tsuyoshi84/bugfix/fix_clear_button_class
Browse files Browse the repository at this point in the history
fix: Wrong class for the clear button slot
  • Loading branch information
Jasenkoo committed Jul 18, 2024
2 parents a742b9d + e2229f3 commit f7e7f75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/VueDatePicker/components/DatepickerInput.vue
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
</div>
<span
v-if="$slots['clear-icon'] && inputValue && clearable && !disabled && !readonly"
class="dp__clear_icon"
class="dp--clear-btn"
><slot name="clear-icon" :clear="onClear"
/></span>
<button
Expand Down

0 comments on commit f7e7f75

Please sign in to comment.