Vuepic / vue-datepicker

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

Inline time picker icon customization #884

Closed csabakiss-us closed 1 month ago

csabakiss-us commented 2 months ago

Is your feature request related to a problem? Please describe. It would be really nice if we could use a custom icon for the inline time picker here: https://github.com/Vuepic/vue-datepicker/blob/1bfd6625ba0e3b85c2e73148934727da817f94e7/src/VueDatePicker/components/TimePicker/TimeInput.vue#L89C60-L89C75

Describe the solution you'd like You have already implemented the custom-icon slot for the overlay time picker, A similar solution would be nice for the inline version.

Describe alternatives you've considered

Additional context

csakis commented 1 month ago

You're awesome, dude! Thank you!