tailwind-datepicker-react icon indicating copy to clipboard operation
tailwind-datepicker-react copied to clipboard

Classnames on the Input Field

Open EnzeGH opened this issue 1 year ago • 1 comments

Currently, you have this input field provided by the library: image

It'd be amazing if you could style this input field too. I tried using classNames on the DatePicker and change the background color (in this example bg-green-300) but unfortunately it doesn't work as expected (check the edges): image

EnzeGH avatar Dec 24 '23 18:12 EnzeGH

try options.theme.input prop, like this:

image

lucasortigoso avatar Aug 26 '24 01:08 lucasortigoso