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

`list-prepend` and `list-append` slots #565

Closed sawyerclick closed 1 year ago

sawyerclick commented 1 year ago

Closes #564. Adds a slot to append content before and after the dropdown list. This preserves the original logic of the list, saving developers (me) from having to copy all of the wonderful default code. This prevents users from having to default to using the list slot to prepend or append any additional content to the list, such as buttons or links.

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated
svelte-select ✅ Ready (Inspect) Visit Preview 💬 Add your feedback Mar 6, 2023 at 11:48PM (UTC)
rob-balfre commented 1 year ago

can you remove your package and lock changes please.

rob-balfre commented 1 year ago

can you also remove code changes unrelated to the new props please

sawyerclick commented 1 year ago

I was a bit overzealous and tackled other features I needed for a specific project. Will sunset this PR and open a new one with only the applicable changes