chrisdavies / tiny-date-picker

A small, modern, dependency-free date picker
https://chrisdavies.github.io/tiny-date-picker/
415 stars 87 forks source link

Options not at all passing. #125

Closed cutepraba closed 3 years ago

cutepraba commented 3 years ago

I tried to configure min date but after a research found that options not at all passing to tiny date picker.

this should be like this var start = TinyDatePicker(root.querySelector('.dr-cal-start'), cp(opts, opts.startOpts, { instead of var start = TinyDatePicker(root.querySelector('.dr-cal-start'), cp({}, opts.startOpts, {