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

uis-open-close not working for version 0.19.8

Open ankurraiyani opened this issue 5 years ago • 0 comments

Bug description:

We want to use uis-open-close directive but it's not working as expected. Below is the code snippets,

<ui-select my-ui-select ng-model="selected.value2">
    <ui-select-match>
        <span ng-bind="$select.selected.name"></span>
    </ui-select-match>
    <ui-select-choices repeat="item in myModalCtrl.itemArray">
        <span ng-bind="item.name"></span>
    </ui-select-choices>
    <uis-open-close uis-open-close="openClose(isOpen)"/>
</ui-select>

Link to minimally-working plunker that reproduces the issue:

http://jsfiddle.net/xr3mcazw/2/

Version of Angular, UI-Select, and Bootstrap/Select2/Selectize CSS

Angular: 1.4.3

UI-Select: 0.19.8

Bootstrap/Select2/Selectize CSS (if applicable): 3.1.1

Please guide

ankurraiyani avatar Jul 24 '19 10:07 ankurraiyani