Chandusangale / dropdown-check-list

Automatically exported from code.google.com/p/dropdown-check-list
1 stars 0 forks source link

On Click to get dissapeared the wrapper #120

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi:

I needed to use this transformation for both multi select drop downs and for 
single selection .

For this last one, you use radio buttons, but it's nice in this case to hide 
the wrapper once you click in one option.

I added this:

g.click(function(q){o._toggleDropContainer()})
(sorry I worked with the "min" version)

just after the input's are added in the DOM

Just a suggestion to add in your next version ;)

Original issue reported on code.google.com by dant...@gmail.com on 11 Sep 2010 at 5:25

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Looks like a duplicate of #57 - thanks for the code

Original comment by womohun...@ittrium.com on 21 Sep 2010 at 3:32

GoogleCodeExporter commented 9 years ago
Version 1.1 provides the closeRadionOnClick:true configuration option

Original comment by womohun...@ittrium.com on 21 Sep 2010 at 4:02