Vuepic / vue-datepicker

Datepicker component for Vue 3
https://vue3datepicker.com
MIT License
1.43k stars 142 forks source link

fix: Wrong class for the clear button slot #946

Closed Tsuyoshi84 closed 1 month ago

Tsuyoshi84 commented 1 month ago

Describe your changes

Because the old class, dp__clear_icon, was still applied to the parent element of the clear button slot, the clear button was misplaced in the field.

This PR fixes the class so the button is positioned correctly.

Here are the results:

Before fix

image

After fix

image

The code ```vue ```

Issue ticket number and link

https://github.com/Vuepic/vue-datepicker/issues/945

Checklist before requesting a review