reactstrap / reactstrap

Simple React Bootstrap 5 components
https://reactstrap.github.io
MIT License
10.59k stars 1.3k forks source link

Dropdown auto close behaviour #2808

Open LukaszGrela opened 4 months ago

LukaszGrela commented 4 months ago

Issue description

What is happening?

I would like to specify the auto close behaviour of the Dropdown component, but there seems to be no option for that. I'd like to have default behaviour for outside click and customise inside clicking.

What should be happening?

A property autoClose?: true | false | 'inside' | 'outside'; should be available.

Nirpendra09 commented 1 week ago

@illiteratewriter I would like to work on this. s