svelte-tags-input icon indicating copy to clipboard operation
svelte-tags-input copied to clipboard

Custom find event for fusejs.io

Open bitdom8 opened this issue 2 years ago • 3 comments

Thanks for the great repo. Can we trigger custom fusejs function?

bitdom8 avatar Feb 12 '22 18:02 bitdom8

If we can enable bind:value={inputValue} in the component, would be great

bitdom8 avatar Feb 12 '22 20:02 bitdom8

Hi @bitdom8 , I need more info to help you with this 😅

agustinl avatar Feb 26 '22 17:02 agustinl

Thx for great repo. If we can bind directly to input value (bind:value={inputValue}) in sveltekit, that would enable us to use svelte store reactives like:

$: $fuselistener

Then we can do stuff easily with input field to store

bitdom8 avatar Feb 26 '22 18:02 bitdom8

Hi @bitdom8 You can see this PR, and test if this is helpful for your case. Its now in review and soon to ship 🚀

agustinl avatar Nov 19 '22 15:11 agustinl