Miguel Camba

Results 297 comments of Miguel Camba
trafficstars

Can you provide a simple reproduction? I believe something similar was reported but only of renderInPlace dropdowns, but I couldn't verify it myself.

No idea really. The tests are passing and the documentation is using ember 3.11. Can you provide a reproduction? Does it work on a clean app?

@Cerzi that was actually very helpful, I've detected a bug thanks to that. I released 2.0.2 that should at least fix your ``` Uncaught Error: Compile Error: or is not...

@JenLyndle you are using ember 3.10, and EBD 2.0 requires 3.11 https://github.com/cibernox/ember-basic-dropdown#compatibility

@JenLyndle for what I can see, you're still in Ember 3.10 ``` "ember-source": "~3.10.0", ```

Totally. In fact I think it is an oversight, I intended to make it public. Feel free to create a PR exporting it in the /app folder

I think is unavoidable really as clicking outside the component closes it. You can make the component stay open by returning `false` from the `onClose` action (see http://ember-basic-dropdown.com/docs/dropdown-events). That action...

I see. The reason why this component uses onmousedown is because it was _initially_ extracted from Ember Power Select, and selects open and close on mousedown, not on click. Since...

@m3l1x The branch `2.0-wip` is already usable if your app is un ember-canary and you enable the `EMBER_GLIMMER_FORWARD_MODIFIERS_WITH_SPLATTRIBUTES`. Until then, the answer you found is the right approach.

Looking at the related PR, this should be fixed, can you confirm?