datepicker icon indicating copy to clipboard operation
datepicker copied to clipboard

Get a date with JavaScript! A datepicker with no dependencies.

Results 18 datepicker issues
Sort by recently updated
recently updated
newest added

When building, warnings are raised because using / for division outside of calc() is deprecated (in Dart Sass, at least, I don't know about other SASS compilers).

Nothing happens when I click on an when it is inside modal body of Bootstrap modal. When I move the outside of the modal, it works as expected. Removing qs-hidden...

Hi, i took another shot at solving the Sass warnings. I ran the build and and had also the precalculation of the calc() expressions. That should be fixed now with...

Datepicker works fine on chrome and edge but on Safari it shows error says: **_"options.event" must only contains valid Javascript Dates object_**, even though date are js date objects, please...

All dates are shifted by one day - if today is 28 calendar shows 27 as current date, the same with disabledDates.

When I use Webpack to import the Sass from this project in my app I get deprecation warnings like: ``` DEPRECATION WARNING: Using / for division is deprecated and will...

Hello! This is more of a suggestion, having issues overriding your `./src/datepicker.scss`. 1. You should really put your variables in a `./src/variables.scss` file and make sure that all variables have...

Added calc on divisions to fix compiler errors

hello was wondering if it is possible to allow selection for dates in the past that are auto-disabled tried passing in a custom `disabler` function and that didn't work thanks!

Hello, happy new year. As the title says, we are having that warning on owr StencilJs project, which wasn't complaining untill we updated StencilJS, from version 1 to version 4....