rob-balfre / svelte-select

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

Fetch items to select #673

Closed EloToJaa closed 3 months ago

EloToJaa commented 3 months ago

How can you fetch items to the select component?

rob-balfre commented 3 months ago

https://github.com/rob-balfre/svelte-select?tab=readme-ov-file#async-items

On Sat, 16 Mar 2024, 8:51 am Łukasz Budziak, @.***> wrote:

How can you fetch items to the select component?

— Reply to this email directly, view it on GitHub https://github.com/rob-balfre/svelte-select/issues/673, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAUAM7TYQEZZG7NOIS5OMHTYYNUNJAVCNFSM6AAAAABEYWQ7ECVHI2DSMVQWIX3LMV43ASLTON2WKOZSGE4DSNJRHE4TAMA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

EloToJaa commented 3 months ago

Ok I got it thanks