datepicker icon indicating copy to clipboard operation
datepicker copied to clipboard

A simple datepicker component designed for Svelte.

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

**Why these changes?** Adds a shortcut button for selecting "Today". **Snapshots** Closes #10

Type: Feature

First of all: thanks for this great lib! Pretty good experience so far. In my use case, we have this task where user can define one or both start and...

Type: Question

**Is your feature request related to a problem? Please describe.** The is a bit of frustration when pulling a datepicker at the bottom of a clients view. The datepicker always...

Type: Feature

**Describe the bug** I am unable to change the style of the Time Picker popup. It has a white background with blue buttons, but I can't inspect or debug it...

Type: Feature

Very nice plugin :) It could be a good idea to allow for the sidepane to be opened with the regular Datepicker and have a default 'today' button. In some...

Type: Proposal
Type: Feature

I use this library on site that works with a lot of data, I let users control in what range they want to see said data displayed, but currently, from...

Type: Feature

**Why these changes?** Support add `startTime`/`endTime` for preset data. This is very useful for log search scenarios. For example: ``` - Last 1 minute - Last 10 minutes - Last...

Hi, Great plugin, thanks a lot ! Is it possible that there are no pre-selected dates (not today, no date at all) ? The best thing would be that 'dd/MM/yyyy'...

Type: Feature

**Describe the bug** Changing --datepicker-spacing custom css variable does not work, calendar layout does not change. **To Reproduce** Try to use: ``` :global(.datepicker[data-picker-theme='custom-datepicker']) { --datepicker-spacing: 3px; --datepicker-container-left: -400px; --datepicker-calendar-day-width: 26px;...

Type: Bug

Is there a way to always keep it open instead of it opening as a overlay over the input?