i-like-robots / groundwork-components

Dependency-free JavaScript modules compatible with but not limited to usage with GroundworkJS
MIT License
1 stars 0 forks source link

Dropdown component #3

Closed naraujobianchi closed 10 years ago

naraujobianchi commented 10 years ago

Hello, I'm using the dropdown component for a menu in a project. The problem I have is that I need the [data-behaviour=label] to work as a link when it is clicked in a second time and the dropdown is already opened.

Thx, Nicole =D

i-like-robots commented 10 years ago

That's a pretty simple bit of functionality, I'm sure you could do it ;-) You can hack on the dropdown on JSFiddle, http://jsfiddle.net/i_like_robots/bywu9/

i-like-robots commented 10 years ago

Did you do any work on this or can I close this issue? I realised too that if the label no longer behaves as a toggle how would a user close it again?