ember-power-select icon indicating copy to clipboard operation
ember-power-select copied to clipboard

Deprecation warning when setting `@typeAheadOptionMatcher`

Open jhitchins88 opened this issue 5 years ago • 0 comments

When adding the @typeAheadOptionMatcher as an option to the PowerSelect component, the following deprecation warning:

The <component:power-select::ember585>#typeAheadOptionMatcher computed property was just overriden. This removes the computed property and replaces it with a plain value, and has been deprecated. If you want this behavior, consider defining a setter which does it manually. [deprecation id: computed-property.override] See https://emberjs.com/deprecations/v3.x#toc_computed-property-override for more details.

jhitchins88 avatar Apr 06 '20 14:04 jhitchins88