zestia / ember-select-box

:capital_abcd: A faux select box for Ember apps
MIT License
64 stars 14 forks source link

Fix on-activate on selected-option #21

Closed ctjhoa closed 5 years ago

ctjhoa commented 5 years ago

on-activate was never triggered on selected-option component. The documentation says it should be the case. So I fix it.

EDIT: I have move the test into activating-selected-options-test.js I think it's more relevant