simple-svelte-autocomplete icon indicating copy to clipboard operation
simple-svelte-autocomplete copied to clipboard

Simple Autocomplete / typeahead component for Svelte

Results 45 simple-svelte-autocomplete issues
Sort by recently updated
recently updated
newest added

Hi :) ``` import AutoComplete from "simple-svelte-autocomplete" let selectedColor; async function searchColor(keyword) { return [ { id:1,color:"White" }, { id:2,color:"Black" }, ] } ``` selectedColor = { id:1,color:"White" } instead...

``` const countries = [ { _id: 1, name: "America" }, { _id: 2, name: "Canada" }, { _id: 3, name: "China" }, { _id: 4, name: "France" }, {...

Hi, Thank you for your good job, but i have a question, it's possible to pre-select, like this : ``` import AutoComplete from 'simple-svelte-autocomplete'; const colorList = [ { id:...

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...

Hey guys! I have a project and i want to create the value when the user click outside of the input field. But i can't access the value. In this...

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`...

this opens the possibility to have different logic for displaying list of values and the value displayed inside the `` once selected

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @​mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @​OlafConijn in...

dependencies

Hello! First of all, thank you for this amazing component! I'm having a bit of trouble passing the values from the autocomplete (with multiple enabled, an array of objects) to...

Bumps [tough-cookie](https://github.com/salesforce/tough-cookie) from 4.0.0 to 4.1.3. Release notes Sourced from tough-cookie's releases. 4.1.3 Security fix for Prototype Pollution discovery in #282. This is a minor release, although output from the...

dependencies