Martin Skočík
Martin Skočík
I have found that I needed to do following ☑️ add also `@sveltejs/site-kit` as a dependency ☑️ update `vite.config.js` according to `svelte.dev` ❌ After that the repl (added in `onMount`)...
I've just uploaded actual icon set, which was missing. You can add any svg icon file - and if you want some icon from version 1, use chrome's IcoMoon app...
Edge: same freeze (not strictly related to login parameter), there are errors in the console. FF works fine. 
What version of svelty-picker are you on? There is no such code on the latest version. Edit: Seems you are on v3, which is too old. Try to update library...
Try to update first, at least to v4 (which is the version, where this has been rewritten)
Since we are on v6 (svelte 5 ready) there is no plan to support older versions
Functions are unexpected, just simple objects should be in `options` array. Svelecte creates internal copy it anyway. If you change `options` but still keep the same `valueField` property, I think...
Can you past simple example in REPL?
When you set `autocommit={false}` then the behaviour is clear, because you need to press `OK` button to confirm new selection. Without it... it's probably bug, but I thought I consider...
Definitely a bug, it seems, that internal dates are "swapped" at some point, when editing first time.