svelte-typeahead icon indicating copy to clipboard operation
svelte-typeahead copied to clipboard

Accessible, fuzzy search typeahead component

Results 21 svelte-typeahead issues
Sort by recently updated
recently updated
newest added

As title says, a prop like searchFunc that can return an array of strings, or an array of objects with `{title: string, value: string, highlights?: {start: number, stop: number}[]}`, or...

The component works as expected when used like this: ``` item.NAME_0} data={regions0} bind:value={countrySelected} on:change={() => { console.log('expect an output')} > ``` With this I get the output `expect an output`...

Svelte 4 got rid of named slot bindings: https://svelte.dev/docs/v4-migration-guide#default-slot-bindings So, the ["no-results" fragment in the readme](https://github.com/metonym/svelte-typeahead#no-results) throws an error (ReferenceError: value is not defined).

bug

this will allow a null selection event get fired to allow handling workflows like adding new tags

Hi, I had difficulty to get it to work with the Sveltekit, after some research found a solution. if it's acceptable please include it in the docs, so other people...

For the results you just need: ``` :global([data-svelte-typeahead] li) { background: blue; } ``` But for the form elements (input and label) you need: ``` :global([data-svelte-typeahead] [data-svelte-search] input) { background:...

The plugin works great when creating objects. Where I'm struggling is with Edit / Update scenarios. It would be great to be able to supply an initial value. Assigning this...

Bumps [rollup](https://github.com/rollup/rollup) from 2.77.2 to 2.79.2. Changelog Sourced from rollup's changelog. rollup changelog 4.22.5 2024-09-27 Bug Fixes Allow parsing of certain unicode characters again (#5674) Pull Requests #5674: Fix panic...

dependencies

Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.5 to 4.0.8. Release notes Sourced from micromatch's releases. 4.0.8 Ultimate release that fixes both CVE-2024-4067 and CVE-2024-4068. We consider the issues low-priority, so even if you...

dependencies

Bumps [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) from 3.52.0 to 4.2.19. Release notes Sourced from svelte's releases. [email protected] Patch Changes fix: ensure typings for <svelte:options> are picked up (#12902) fix: escape < in attribute strings...

dependencies