Spark Multiselect DropDownList
I needed a DropDownList with multiselect capability and wasn't entirely impressed with Googles offerings. Wondering why the DropDownList doesn't support this in the first place (after all, DropDownListBase does extend List which has this feature), I discovered this intriguing comment in the source code:
After a brief attempt at manipulating the original component, I got annoyed and wrote a simple one which full fills my needs. I know, "No blog post for years and all we get is a lousy flex component?". Such is life. I'm sure the same code has been written a 100 times by others, but I thought I'd share it anyway.
Right click the demo to view source.


October 27th, 2011 at 8:29 pm
I AM VERY HAPPY!
October 28th, 2011 at 6:36 am
After a brief attempt at manipulating the original component, I got annoyed and wrote a simple one which full fills my needs.
–a wise plan
original component is a mess