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
159 stars 68 forks source link

feat: Added Optional Value Prop #44

Closed mark-barrett closed 11 months ago

mark-barrett commented 11 months ago

Needed to be able to control the value of the date picker when it's loaded first (for Updates etc.)

Was requested in an issue:

https://github.com/OMikkel/tailwind-datepicker-react/issues/43

Simple value prop that if provided will be used instead of selectedDate and showSelectedDate

OMikkel commented 11 months ago

Available in v1.4.3