svelty-picker icon indicating copy to clipboard operation
svelty-picker copied to clipboard

Simple date & time picker in svelte

Results 11 svelty-picker issues
Sort by recently updated
recently updated
newest added

Would be nice to have it the same way as with Svelecte component. Separate js and css file for fast include without need to build and also to support ES...

enhancement
priority:low
custom-element

> Ugh, finally got it. We're using Vite with the `@sveltejs/vite-plugin-svelte` plugin. > > It's caused by one of the compile time Svelte options. > > ``` > compilerOptions: {...

enhancement

- add control buttons to timepicker ('ok', 'cancel', 'keyboard') - `ok`, `cancel`: - provide way to buffer currently selected time until button is pressed - `keyboard`: - with 'keyboard' add...

enhancement
future

When I select the same day in the picker, the first hour i choose goes into the second slot (so the end hour). I don't have this issue when I...

waiting for input

If your modal form has the "autoclose" property. Clicking on a date on the datepicker will close your form.

user not responding 😕

Using latest version of svelty-picker but seems there is an module / type issue... ![image](https://github.com/mskocik/svelty-picker/assets/6318472/81378cf9-2f11-4ac0-ad07-dfc1bf711b3c) ![image](https://github.com/mskocik/svelty-picker/assets/6318472/7ab2aa12-2378-4b7c-b91b-a440b8fc4e9b)

help wanted

Trying to get svelty-picker to work with [sveltekit-superforms](https://github.com/ciscoheat/sveltekit-superforms) and my own form input builder. ``` ``` My current issue is that after submit and reload, svelty-picker breaks, I assume because...

priority:low
PR-welcome
💡 feature idea

enhancement
priority:low
PR-welcome

A often used standard format, e.g. in DBs is the ISO string, e.g.: ``` 2023-07-20T09:35:00.000Z ``` How would you achieve this as input format for the picker at the moment?

enhancement
priority:low
PR-welcome

Hi, we are using the svelty picket in our app, and we are running into an edge case where the app crashed. Further debugging this, we see it is something...

waiting for input