multi-select icon indicating copy to clipboard operation
multi-select copied to clipboard

no direct way to access the text of options after intialization

Open HarpreetSandhu opened this issue 8 years ago • 0 comments

After initializing the mutli-select, there is no way to access the text of selected/selectable options. <li class="ms-elem-selection ms-selected" id="49-selection" style=""><span>TestOptionText</span></li> There should be a direct method to get all selected options as array/other format for better experience.

HarpreetSandhu avatar Dec 15 '16 18:12 HarpreetSandhu