Janosh Riebesell
Janosh Riebesell
The API is indeed identical afaik. The only difference is `sessionStorage` is cleared when the page session ends. > Though I wonder if the repo name should change then. GH...
Lint error unrelated to this change and also fixed in #304
@stephane-vanraes I hear you might be able to help with reviewing sveltesociety.dev PRs? Asking about this and #306.
@MacFJA Rebase done.
@MacFJA ping
Thanks for bringing this up and for the nice REPL repro. This is not intended behavior. I'm pretty sure this is a consequence of #123 which added an extra layer...
Yeah, I was just rereading your two-way binding recipe. Very cool that it works but it would require two new dependencies. I might just go with a wrapper component that...
Maybe the best solution for regaining 2-way binding for `selected` is to create a new prop `value` which should only be used if `maxSelect == 1` in which case it...
Released in [v8.0.0](https://github.com/janosh/svelte-multiselect/releases/tag/v8.0.0). I confirmed that installing ``` import MultiSelect from "[email protected]" ``` in your REPL fixes the issue.
Thanks for pointing this out. Any improvements in this regard are very welcome.