Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
If you have a multiple Select, it is difficult to preset the multipleValues to a known state. For example, if I have a list of Customers and I want to show that a couple of them are selected, I cannot setMultipleValues on Select. My only way around this at present is to subclass Select and handle it myself.
It would be better that the Select class itself handled the setting of multipleValues.