You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 12, 2020. It is now read-only.
Seems that the splattibutes are applied (the title="foo" is added to the button) but attributes present in the element receiving the splattibutes are not merged.
This however works ok in non-contextual components, like the root <BasicDropdown> for instance.
The text was updated successfully, but these errors were encountered:
Ya, almost certainly a bug in Ember itself. Would you mind PR’ing a failing test to Ember? I think you can take this test and make it like this yielded setup. I expect it will fail in the same way...
I'm not sure if this is a bug in this addon or in ember itself.
It can be reproduced in this repo: https://github.com/cibernox/sparkles-ember-basic-dropdown
The gist of it:
The rendered html is:
Seems that the splattibutes are applied (the
title="foo"
is added to the button) but attributes present in the element receiving the splattibutes are not merged.This however works ok in non-contextual components, like the root
<BasicDropdown>
for instance.The text was updated successfully, but these errors were encountered: