Semantic-Org/Semantic-UI-Ember

Dropdown stays open on `ember-source 3.2.0`

roschaefer opened this issue · 2 comments

If I click on a dropdown menu item the #ui-dropdown component selects the item but won't close the dropdown menu again.

Downgrading ember-source from 3.2.0 to 2.18.2 resolves the issue.

This seems to be a false positive. We had a conditional css class:

{{#ui-dropdown class=(if something 'selection fluid' 'disabled')}}
{/ui-dropdown}}

It seems unrelated to this plugin but rather how ember-source renders handlebars. This commit resolves the problem for us: roschaefer/rundfunk-mitbestimmen@2916d64