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 70 forks source link

Add `name` attribute to input tag #2

Closed jgarrow closed 1 year ago

jgarrow commented 1 year ago

This will allow easier retrieval of the datepicker's value on form submission via FormData.get('date').

OMikkel commented 1 year ago

I apologize for the late response.

The PR has been merged now.