OMikkel / tailwind-datepicker-react

A tailwindcss/flowbite datepicker component built as a react component with types
https://omikkel.github.io/tailwind-datepicker-react/
MIT License
160 stars 68 forks source link

Possibility to manually empty value? #60

Open stribulsergey opened 3 months ago

stribulsergey commented 3 months ago

I use your component as a filter, and I have a reset button to clean every. When I try to set value in the component as empty string, zero, null or undefined, it still showing previous selected date. Can you please add me advise how to empty component display value and show a placeholder? Thank you