Skip to content

issues Search Results · repo:pstanoev/simple-svelte-autocomplete language:Svelte

Filter by

125 results
 (60 ms)

125 results

inpstanoev/simple-svelte-autocomplete (press backspace or delete to remove)

Autocomplete bind:highlightedItem={hItem} ... / When you highlight first item in list, hItem is set to null. It s because highlightIndex is 0 in this expression: $: highlightedItem = filteredListItems ...
  • horakmar
  • Opened 
    on Jul 4, 2024
  • #223

I m loading a fairly long list of options (over 3000 entries) but the search and select functionality is working great. There appears to be an issue when a search string doesn t yield any results, or the ...
  • rjnskl
  • 1
  • Opened 
    on Jun 25, 2024
  • #222

  • frederikhors
  • 5
  • Opened 
    on Apr 28, 2024
  • #221

Hello! I have a strange issue. once I hover over the input with the mouse, items go behind the layer below. Is this something the component does? I simplified my item slot to a minimal one: div slot= ...
  • wwmike
  • 1
  • Opened 
    on Apr 2, 2024
  • #220

Hello, I have a use case where I need to create a new entry to the list and that entry matches the beginning of an existing entry. take a look at : https://svelte.dev/repl/19e4f2ca832046e697066ddbbd9ba0f1?version=4.2.12 ...
  • b3b00
  • Opened 
    on Mar 1, 2024
  • #219

Version 2.5.2 [vite-plugin-svelte] WARNING: The following packages have a svelte field in their package.json but no exports condition for svelte.
  • grubitania
  • Opened 
    on Feb 21, 2024
  • #218

Hi :) script import AutoComplete from simple-svelte-autocomplete let selectedColor; async function searchColor(keyword) { return [ { id:1,color: White }, { id:2,color: Black }, ] } ...
  • gponty
  • 2
  • Opened 
    on Jan 26, 2024
  • #217

Hi, Thank you for your good job, but i have a question, it s possible to pre-select, like this : script import AutoComplete from simple-svelte-autocomplete ; const colorList = [ { id: 1, name: ...
  • gponty
  • Opened 
    on Jan 26, 2024
  • #216

I have bound a variable to selectedItem. When i clear the bound variable (set it to undefined or null) it does not reflect in the input field. Is there a way to clear it programatically? Reproduction here ...
  • jorri11
  • 1
  • Opened 
    on Sep 28, 2023
  • #215

With the following code from README.md, when selecting from the dropdown, the text from name would populate the input value. What if I want the input field to show code instead? const colorList = [ ...
  • ricochenft
  • Opened 
    on Aug 18, 2023
  • #213
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub