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

A lightweight datepicker written in Svelte

Results 35 svelte-datepicker issues
Sort by recently updated
recently updated
newest added

Steps taken: 1. npm install --save @beyonk/svelte-datepicker 2. npm run dev Result: ![Screen Shot 2021-12-16 at 9 47 44 AM](https://user-images.githubusercontent.com/1224054/146393958-f6cdc854-e7c0-4485-bb57-2269451ac37e.png) Environment: svelte - 3.42.3 node - 14.16.0 npm - 7.24.0...

When skimming the code, I found a `trigger` prop of the `DatePicker` component. Unfortunately, I could not find further information about how to use that, and I'm not familiar enough...

I tried to add custom names for days and months , I'm guessing it's not implemented yet.

I love what you've done here. 😊 If it is possible to build a framework-agnostic version ([WebComponent](https://developer.mozilla.org/en-US/docs/Web/Web_Components)), that would be lovely. I found an unvetted guide [here on DEV.to](https://dev.to/silvio/how-to-create-a-web-components-in-svelte-2g4j) by...

I'm planning to use this in a client project and would prefer if I could donate and support the project. This would help me avoid a complete library swap down...

It would be quite cool to have the possibility to select between years in the calendar. It could be similar to the month overview we currently have, but with the...

enhancement
help wanted

See: https://svelte.dev/repl/0062ae61dfb34507801ec5b38e344609?version=3.31.2 While the selected underlying value updates, the formatted value doesn't update accordingly. I need the date picker value and formatted value to react to `svelte-forms-lib` `updateIntialValues()` after a...

enhancement
technical debt

We would really love to show the datepicker in german to our customers. I just had a look at the current implementation, and it seems quite hard to do this...

documentation
technical debt

See REPL: https://svelte.dev/repl/ce9459e1e2dc45f9b0786487654e112e?version=3.35.0 Then select a date far in the future say, 22nd nov 2021, for both start and end Note that re-opening the calendar shows the left hand pane...

bug
good first issue

Is there a way to override the default behavior of having the calendar open in a popover and instead have the calendar displayed inline? If so, I'd be willing to...

enhancement
help wanted