Clearing an Ember Paper select component
To allow users to clear the selection of an Ember Paper {{paper-select}} component, simply pass it the allowClear=true option:
This option is passed along to the ember-power-select component that ember-paper uses under the hood, so the resulting clear button can be styled accordingly. For example,
Thanks to @miguelcobain for this tip on the community Slack channel.