bestguy / sveltestrap

Bootstrap 4 & 5 components for Svelte
https://sveltestrap.js.org
MIT License
1.3k stars 183 forks source link

feat(dropdown): add support for auto close functionality #486

Closed dysfunc closed 1 year ago

dysfunc commented 2 years ago

This changes add support for the dropdown auto close behavior described here via autoClose attribute. This supports all the cases: default, manual, inside, and outside.

297

sidvora commented 2 years ago

+1

amit777 commented 2 years ago

+1, thanks!

dysfunc commented 1 year ago

@bestguy can this be reviewed? I need this functionality for several different components I've been working on.