ember-power-select icon indicating copy to clipboard operation
ember-power-select copied to clipboard

Toggle action doesn't appear to work as intended

Open visoft opened this issue 6 years ago • 1 comments

I'm using ember-power-select with an external button to open/close the drop down. I'm calling dropdown.actions.toggle(), and it opens just fine, however, on the second call which should close the drop down, it flickers and stays open. It's most likely closing and then reopening, which is why it flickers. I tried using isOpen to either open or close the drop down, but isOpen was always true.

Am I doing something silly or is the action not working correctly?

visoft avatar Jul 14 '18 00:07 visoft

@cibernox any updates here? Just faced with the same

majnikov avatar Nov 17 '21 19:11 majnikov