gwtbootstrap3 / gwtbootstrap3-extras

Extra (third party) wrappers for GwtBootstrap3
Apache License 2.0
43 stars 89 forks source link

Add Method GetAllSelectedOptions to Select.MultipleSelect #279

Closed peterdresslar closed 8 years ago

peterdresslar commented 8 years ago

Rather than returning List as in GetAllSelectedValues() this method would return List

crevete commented 8 years ago

I'm not sure I understand what we want exactly. In your fix, you just add a private method. Why private? If you just want to add a method to get all select options, I could add this in an another PR. Please let me know what you want exactly.