svelecte icon indicating copy to clipboard operation
svelecte copied to clipboard

Flexible autocomplete/select component written in Svelte,

Results 44 svelecte issues
Sort by recently updated
recently updated
newest added

Hi, I am encountering an issue with rendering the Svelecte component with an initial value. By adding some print statements, I discovered that the initial values passed to the component...

bug
enhancement

If remote datastore return empty results, we must display `i18n.fetchEmpty` instead of `i18n.fetchBefore`. I think there is a bug on line 220 of Svelecte.svelte, `listMessage` created as local variable instead...

bug

I am trying to use Svelecte with `creatable=true`. In my use case: - When a user types an option not present in the available options, I would like them to...

enhancement

I wasn't able to get the search function to work when I have already selected an item on svelecte that does not have multiple enabled. It appears that I have...

question
feature request

I would like an event when the user clicked the select to open it. The goal would be to accomplish something mentioned in https://github.com/mskocik/svelecte/issues/201

feature request

Is it currently possible to keep options that have been selected within the dropdown, ideally with some sort of highlight to show it is selected?

feature request

To reproduce: 1. Open https://stackblitz.com/edit/vitejs-vite-avofes?file=src%2FApp.svelte&terminal=dev or use next template: ```svelte import Svelecte from 'svelecte/src/Svelecte.svelte' let value = '' const options = [ { value: 1, label: 'Label', name: { value:...

enhancement

I was looking at this library and trying to see the best way to build something that would allow me to easily autocomplete Lucene style terms (a left side (term)...

feature request

This is not really a bug, rather than an annoying/unusal behaviour IMHO. Steps to reproduce on the [Svelecte demo page](https://mskocik.github.io/svelecte/#playground) (Complex playground): 1. Use "Countries" for the Options 2. Scroll...

bug

Another unusual behavior IMHO: 1. Select an item (e.g. Greece on the demo page (Country as Options) 2. Click the select again to let the dropdown list open 3. Start...

bug