metismenu / metismenu-react

react.js component for metismenu
MIT License
6 stars 8 forks source link

how to make the respective sub menu visible? #4

Open Parasbuda opened 3 years ago

Parasbuda commented 3 years ago

How can we make the sub menu visible on the initail mounting of sidebar as well as on chnaging the route from the address bar as well.Please Please need help.

saber-mekki commented 2 years ago

hello @Parasbuda How did you resolve it !

onokumus commented 2 years ago

Your wish will not come true because of the following lines in MetisMenu's source file.

https://github.com/onokumus/metismenujs/blob/master/src/index.ts#L67-L69

if (target && target.tagName === 'A') {
  evt!.preventDefault();
}

I can't think of any other solution for now.