MopaBootstrapBundle icon indicating copy to clipboard operation
MopaBootstrapBundle copied to clipboard

Allow parent of dropdown be a real link

Open auipga opened this issue 9 years ago • 2 comments

When changing the behaviour of the menu (eg. open on hover), it should be allowed for the parent of a dropdown to have a URI instead of forcing to href="#"

Example: (--> About) http://vadikom.github.io/smartmenus/src/demo/index.html

auipga avatar Feb 08 '16 22:02 auipga

@auipga how does this behave if you dont set an uri ?

phiamo avatar Feb 03 '17 18:02 phiamo

@phiamo if no URI is set, it uses the original # as fallback

https://github.com/phiamo/MopaBootstrapBundle/issues/1035 is not connected with my issue but should also be applied (uri = javascript:;) as this change is a good idea.

auipga avatar Mar 07 '17 11:03 auipga