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, user is able, presumably, to search even when he should not be able to, because he already has preselected option. This happens only on mobile phones (chrome tested) -...

bug
priority:low
PR welcome

Hello guys, I'm trying to get the event target of the select on the change event to use for validation with svelte-forms-lib and yup, but i get the target in...

Require it to be existing before svelecte element in DOM. Svelecte can then refence it by some attribute. This would remove the need for timeout in `connectedCallback` and for simple...

enhancement
custom-element

Unless I'm missing something obvious, there's no easy way to style invalid or empty fields (or perform validation in general). If I mark a `Svelecte` element as `required` it should...

feature request
PR welcome

![image](https://user-images.githubusercontent.com/89871868/232955395-f4359dff-0102-4705-a8b5-19b3c10abb63.png) ![image](https://user-images.githubusercontent.com/89871868/232955486-2fa55261-5fbf-4ced-877c-14b3ddebe982.png) As you can see, the input box is draggable and will cause the multiselection break. Also, is it possible to passing in a custom event to check when...

bug
feature request

I am unable to drag items if I set collapseSelection ={true}. When attempting to drag, the dropdown collapses and the selections disappear. My set up is simple: `` [Here is...

Hello, Could you add your prettier and editor settings to the repository? This would help allow potential contributors create more appropriate PRs. Thank you,

I am using Svelecte as a search bar basically. When on mobile, the keyboard does not appear on clicking the bar for the first time - you need to click...

enhancement

Is it possible to trigger a remote query when the value changes programmatically? I have a field set-up like this: ``` ``` I'm passing in a value but the fetch...

enhancement

When you try to type in something on mobile/firefox, options won't appear. This effectively means that you can only select from the list but search is unusable. The issue is...

bug