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

Ability to set a limit on multi selects #594

Closed fabushawish closed 1 year ago

fabushawish commented 1 year ago

Hi there, I am wondering if it is possible to have the ability to set a limit on how many options can be selected when multiple is set to true.

Use case: Allowing users to self tag their own profile by selecting from a multi-select with a limit of up to 3 options per dropdown.

rob-balfre commented 1 year ago

https://svelte-select-examples.vercel.app/examples/advanced/limit-multi-value

fabushawish commented 1 year ago

Thank you Rob!