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

When changing the order of items using dndzone, `on:change` is not triggered. As a result, dndzone cannot be used with `on:change`.

bug

When we are able to create new entries (creatable is true), then if we clear the values (by using the clear button {clearable=true}, or by removing the entry individually by...

bug

On build getting below warning: ``` Module Warning (from ./node_modules/svelte-loader/index.js): A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event. (235:6) 233:...

enhancement
good first issue
PR welcome

When in fetch mode and results return groups where the first group has 0 items, error is thrown and component breaks.

bug

I am using the latest version of Sveltect. I am not able to add my own aria attributes.

enhancement

I need to use really long texts in a dropdown and simply making the dropdown itself larger is not an option, as it needs to work with smaller screens, too....

bug

Hi, when the `clearable` option is set, clicking on the ✖ icon opens up the menu by default. I would like to disable this behaviour and keep the dropdown closed...

feature request

Hi, I have a select like this: ``` ``` `tag` and `q` will depend on other fields and when they change the select will re-do the fetch but if at...

enhancement

Hi, the Dropdown.svelte is throwing a warning: `A11y: visible, non-interactive elements with an on:click event must be accompanied by an on:keydown, on:keyup, or on:keypress event. (227:6)` `225: {#if inputValue &&...

enhancement

When reseting form, handle it properly. Issue especially for custom element version (haven't tested SSR mode yet), but the idea is to make it work as native form inputs

enhancement