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

Possible to launch dropdown from custom button?

Open sterichards opened this issue 5 years ago • 0 comments

Ideally i'd like to hide the isteven button of:

<button id="" type="button" ng-click="toggleCheckboxes( $event ); refreshSelectedItems(); refreshButton(); prepareGrouping; prepareIndex();" ng-bind-html="varButtonLabel" ng-disabled="disable-button" class="ng-binding ng-click-active">Add/Remove Users<span class="caret"></span></button>

And replace it with a custom button that when pressed, launched the dropdown selection

The reason for this is that the content of the button is untidy for me and without being able to customise it with anything other than a selected objected property via button-label it makes it difficult to use this where I want it

sterichards avatar Nov 25 '20 14:11 sterichards