rob-balfre / svelte-select

Svelte Select. A select component for Svelte
https://svelte-select-examples.vercel.app
Other
1.27k stars 180 forks source link

Is it possible to show images when an element is selected? #415

Closed Genebson closed 2 years ago

Genebson commented 2 years ago

👋, what I'm trying to achieve is something like async input but what I would like to do is select an option and then see the image and text inside that input, is that possible?

rob-balfre commented 2 years ago

@Genebson Yes, it's just a bit fiddly and involves replacing the Selection component. REPL https://svelte.dev/repl/6f4f5793b2964a38a0be0891c644d4cd?version=3.48.0