ember-basic-dropdown icon indicating copy to clipboard operation
ember-basic-dropdown copied to clipboard

The basic dropdown you ember app needs

Results 79 ember-basic-dropdown issues
Sort by recently updated
recently updated
newest added

I would love to backport https://github.com/cibernox/ember-basic-dropdown/pull/669 to version 4 of this repo but I can't open a PR to a branch that doesn't exist yet 😂 Essentially v4 of ember-basic-dropdown...

The `` component includes a way to override the `` component's `id` attribute: https://github.com/cibernox/ember-basic-dropdown/blob/3df82cfc148514f71d810b08e7cf02df25ec0258/addon/components/basic-dropdown.ts#L41 But it's undocumented on https://ember-basic-dropdown.com/docs/api-reference. Is it safe to use? If so, it looks like there...

We're using Ember with TypeScript. Got latest this morning (v4.0.5) and we can't compile because TS can't find the types for `ember-get-config`. Looking in my `node_modules`, I can confirm that...

Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...

dependencies

I think this is a silent but common problem across the ember ecosystem, but this particular repo is the one one currently blocking my project from building in parallel: ```sh...

Versions below v2.1 should be avoided, see: - https://github.com/mansona/ember-get-config/releases/tag/v2.1.0 - https://github.com/mansona/ember-get-config/pull/45

``` Uncaught (in promise) Error: Assertion Failed: You cannot pass a null or undefined destination element to in-element at assert (index.js:172) at InElementNullCheckReference.value (index.js:5796) at Object.evaluate (runtime.js:2288) at AppendOpcodes.evaluate (runtime.js:1571)...

``` Template Compiler Error (broccoli-persistent-filter:TemplateCompiler) in ember-basic-dropdown/templates/components/basic-dropdown/content.hbs Assertion Failed: [BUG] seen set should be available ``` Builds ok in 3.20.0 (used ember-cli-update to do the upgrade)

Seems like it is not possible any more to configure all dropdowns from version 3 on? I cannot make it worked as described in: https://ember-basic-dropdown.com/cookbook . Is there some other...

This fixes an issue where the dropdown content could be invisible in tests due to the transitioning in class always being set. Could break visual regression testing etc. in cases...