praecox-datepicker icon indicating copy to clipboard operation
praecox-datepicker copied to clipboard

A date picker built with Svelte.Simple and flexible, supporting functions such as single selection, multiple selection, disabling, and marking.

Results 8 praecox-datepicker issues
Sort by recently updated
recently updated
newest added

I wanted to create a pull request, but github said the following: "Choose different branches or forks above to discuss and review changes." Anyway, here is dutch translatation: ``` nl:...

Can't provide a code example right now but just want to check this is supported?

This commit seems to have broken the calendar: https://github.com/TIOvOIT/praecox-datepicker/commit/81f11913db942ba14173ac2b70773342ae2ad5b4 Before ![before](https://user-images.githubusercontent.com/24588573/138959395-7ff7dd1c-ed94-4794-957e-8cc8f97c3776.png) After (two times the 31.) ![after](https://user-images.githubusercontent.com/24588573/138959422-98d0c64f-79cd-4102-8686-244ec2d1db91.png) @TIOvOIT mentioning you here since I think it's important

I have applied a dashed outline to show which dates actually have that `calendar-weekend` class. 27 and 28 of the prev month should not have that class. The 5th of...

See [REPL](https://svelte.dev/repl/d735b70561da4870ae7c1d944d9c5fa4?version=3.29.0) ``` import { beforeUpdate } from "svelte"; import Datepicker from "praecox-datepicker"; let ty = new Date().getFullYear(); let tm = new Date().getMonth() + 1; let disabled = []; beforeUpdate(()...

Here is how to reproduce the issues: 1. Open https://svelte.dev/repl/f153bee994974251b59041832a099427?version=3.29.0 2. Select Nov 2001, you will find it shows 26 on Nov 25 3. Go to the next month, you...

This looks great plan to use it in my next project. It would be nice to also include time / timezone as an option. ![image](https://user-images.githubusercontent.com/364208/108708453-608de700-7509-11eb-95a4-0538fbb4b967.png)

Bumps [json5](https://github.com/json5/json5) from 2.1.1 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...

dependencies