Closed GoogleCodeExporter closed 9 years ago
I am guessing that since you are using clone, you do not have a unique ID on
each select element. DDCL requires a unique id to function properly and uses a
canned ID if nothing is explicitly supplied. Unfortunately, DDCL is not very
smart about generating an id and will use the same one over and over. So DDCL
can handle a single select without an id, but not multiples.
I will put this on the enhancement list. A work-around for you would be to
assign a unique id to each select as you clone it.
Original comment by womohun...@ittrium.com
on 13 Sep 2010 at 8:42
Version 1.1 does a better job of keeping the generated ids unique, so this
problem should no longer arise.
Original comment by womohun...@ittrium.com
on 21 Sep 2010 at 3:08
Issue addressed with version 1.1. Please let me know if you have any problems.
Original comment by womohun...@ittrium.com
on 23 Sep 2010 at 3:31
Just checked it with 1.1 - still seems to be an issue. I can workaround with
unique IDs, but it's more of a pain
Original comment by mbisga...@gmail.com
on 26 Sep 2010 at 9:49
Original issue reported on code.google.com by
mbisga...@gmail.com
on 28 Jul 2010 at 8:34