icehaunter / vue3-datepicker

Simple datepicker component for Vue 3
https://icehaunter.github.io/vue3-datepicker/
MIT License
151 stars 151 forks source link

it is possible for cleared input to show the current date. #81

Closed actionjacks closed 1 year ago

actionjacks commented 2 years ago

it is possible for cleared input to show the current date. I want the placeholder text to show up instead of the date tnx for response

icehaunter commented 1 year ago

I'm not sure what you mean. Currently, if you have a placeholder, it'll show up when you clear the input. Otherwise, if you want the "clear" button to set a default value of some kind, just set up a watcher and when the value is set to null, set it to a different value