adopted-ember-addons / adopted-ember-addons/ember-paper
Select doesn't fire onChange action
Open
- Dominant language
- JavaScript
- Stars
- 879
- Forks
- 327
- PR merge metrics
- No merged PRs in 30d
Description
The `onChange` property is required for a `{{paper-select}}` component, but it doesn't seem to fire the action. It appears to inherit from paper-input, but the `handleInput` method (which triggers the `onChange` action) is only called `oninput`. Should paper-select get an onchange property that calls this method as well?
Contributor guide
Assessment
This issue has not been assessed yet.