react-bootstrap / react-router-bootstrap

Integration between React Router and React-Bootstrap
Apache License 2.0
1.69k stars 158 forks source link

Standard <Link> tag loose active class while selecting bootstrap dropdown option #313

Open panizrostamkalaei opened 1 year ago

panizrostamkalaei commented 1 year ago

I am using bootstrap dropdown list, when user attend to change an option, the active class of nav-link is removed automatically (while there is no change in URL and we are still in that page). the dropdown list in in separated tag and is not related to nav group.

this active will be removed:

image

when I choose an option from this list:

image

any idea ?