vanilla-calendar-pro icon indicating copy to clipboard operation
vanilla-calendar-pro copied to clipboard

Vanilla Calendar is a versatile JavaScript date and time picker with TypeScript support, making it compatible with any JavaScript framework or library. It is designed to be lightweight, simple to use,...

Results 26 vanilla-calendar-pro issues
Sort by recently updated
recently updated
newest added

- should fix number 7 of Discussion #244 to be more CSP (Content Security Policy) compliant

- default to `false` and when enabled, it will only be effective on the first selected date and also only work when `selected.month` and `selected.year` are both undefined - fixes...

- fixes number 4 of Discussion #244 by providing a `'today'` shortcut - for example: `range: { min: 'today' }` or `selected: { dates: ['2001-02-04', 'today'] }`

- in theory it also allow epoch timestamp (`number`) just because timestamp can be provided to `Date` - fixes number 3 of Discussion #244

- new option accepts a boolean or a callback returning a boolean - should fix number 6 of Discussion #244 - the idea came from Air Datepicker [toggleSelected](https://air-datepicker.com/docs)

For number 2, I guess something along these lines would probably work... I cloned your repo and tested it, it works. As I mentioned earlier, you could also add an...

I noticed a problem with custom classes. E.g. the plugin provides the ability to change classes using the `CSSClasses` parameter. But you can't add multiple classes. No, in some cases...

### Discussed in https://github.com/uvarov-frontend/vanilla-calendar-pro/discussions/176 Originally posted by **pablopereira27** December 30, 2023 For small screens (Boostrap sm ceil breakpoint = 767.98px), I applied the following change to the multiple month calendar....

bug

### Discussed in https://github.com/uvarov-frontend/vanilla-calendar-pro/discussions/226 Originally posted by **batgithub** March 1, 2024 Hi, This project is looking fantastic 🙂 But, I didn't find any information about accessibility, so I'm not sure...

enhancement

### Discussed in https://github.com/uvarov-frontend/vanilla-calendar-pro/discussions/229 Originally posted by **whataboutpereira** March 6, 2024 It would be nice to have the option to also select a time range in addition to date range,...

enhancement