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

Is there an alternative for noOptionsMessage? #518

Closed DjeboDigital closed 1 year ago

DjeboDigital commented 1 year ago

I am working with svelte-select and i really like it! But I saw in the new release noOptionsMessage is removed.

Is there an alternative for it?

Edit: Is this the replacement? https://svelte-select-examples.vercel.app/examples/slots/empty

rob-balfre commented 1 year ago

Yes. Named slots. See doc

On Wed, 11 Jan 2023, 8:59 pm DjeboDigital, @.***> wrote:

I am working with svelte-select and i really like it! But I saw in the new release noOptionsMessage is removed.

Is there an alternative for it?

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

rob-balfre commented 1 year ago

Edit: Is this the replacement? https://svelte-select-examples.vercel.app/examples/slots/empty

Yes