Martin Skočík

Results 55 comments of Martin Skočík

What about this one? [REPL](https://svelte.dev/repl/0177b17b75384d78a8315fbc3afea908?version=3.49.0)

Also when you do not specify `valueField` and `labelField`, it's best to write property representing value as the first one.

I don't know. Even your example works :) ``` import { onMount } from 'svelte'; import { writable } from 'svelte/store'; import Svelecte from 'svelecte'; // 👇 must be "let",...

I have no experience with TypeScript, so if you can, prepare PR. I will hapilly merge it.

Okay that will be easy to fix, will take a look at it tomorrow

Had problems with these, when testing it. The easiest solution would be to migrate whole package to svelte/kit (#49). But that's out of my time budget for now.

I would argue it should be a default behavior. But could be added as configuration option. Feel free to contribute.

Are you using the latest version? If yes, can you setup reproducible example in REPL? It works fine for me when I am trying this.

Can you at least share how your svelecte markup looks like? On 1. 6. 2022 14:53, tom-acceleratecompliance wrote: > > Hi, I'll also try to bring together a reproduction case...

@tom-acceleratecompliance thanks for clarifying your case. Anyway I will keep this open as potential bug.