Jeremy M. Taylor

Results 9 issues of Jeremy M. Taylor

The `slide` effect appears to not be working yet in the latest release `3.2.0`. It might be preferable to remove this option from the README until it's been implemented.

bug
3.x
good-for-new-contributor

### Related issues - Addresses https://github.com/cibernox/ember-power-select/issues/1334 - Addresses https://github.com/cibernox/ember-power-select/issues/1282 - Addresses https://github.com/cibernox/ember-power-select/issues/1263 ### Background Using a value of `mousedown` for the `eventType` that is set on the Ember Basic Dropdown...

This is a minor thing, but the select menu appears to open and immediately close (with a single click) when clicking the very bottom edge of the trigger. See example...

Addresses https://github.com/adopted-ember-addons/ember-moment/issues/375

The `README.md` shows the following example configuration for the `allowEmpty` option: ```js // config/environment.js module.exports = function() { return { moment: { allowEmpty: true // default: false } } };...

Running `ember dependency-lint` fails with: ``` @embroider/util Allowed: (any single version) Found: 0.47.2, 0.41.0 my-app └─┬ ember-basic-dropdown ├── @embroider/[email protected] └─┬ ember-element-helper └── @embroider/[email protected] ```

The following [deprecation warning](https://deprecations.emberjs.com/v3.x/#toc_implicit-injections) appears on application launch, starting with [Ember 3.26.0](https://github.com/emberjs/ember.js/blob/master/CHANGELOG.md#v3260-march-22-2021): > DEPRECATION: A value was injected implicitly on the 'emberSpinnerPrefixConfig' property of an instance of . Implicit injection...