DockYard / ember-one-way-select

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

<OneWaySelect @update={{action ..}} /> does not fire

mwpastore opened this issue · comments

The @update action does not fire when one-way-select is invoked as an angle bracket component.

Works:

{{one-way-select update=(action ..)}}

Does not work:

<OneWaySelect @update={{action ..}} />

Works:

<OneWaySelect onchange={{action .. value='target.value'}} />

Ember 3.5.0

This appears to have "fixed itself" somewhere between Ember 3.5.0 and 3.11.0-beta.1. Works great with {{fn}}.