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 has been archived by the owner on Apr 5, 2023. It is now read-only.
We'd like to use ^1.1.0 in bower.json, as in #122, but Ember 1.7 causes an issue with the select dropdown in the demo app. I think this may be due to a problem with list-view not rendering the select items properly.
The text was updated successfully, but these errors were encountered:
This is an issue with ListView, not the select component itself. I experienced it while working on #122. With 1.7 the list items won't render, right ? I was trying to fix this in ListView, but so far I'm unable to build it. However ListView seems abandoned
Strangely, in http://emberjs.jsbin.com/topatikuseta/1/ it works correctly, only throwing warnings. If you someone can help me diagnose if it's really a list-view or widgets issue
Hi,
I have an error in Select with Ember 1.7:
Cannot perform operations on a Metamorph that is not in the DOM with the demo.
I'm not using the p tags as is mention in other issue.
We'd like to use
^1.1.0
in bower.json, as in #122, but Ember 1.7 causes an issue with the select dropdown in the demo app. I think this may be due to a problem with list-view not rendering the select items properly.The text was updated successfully, but these errors were encountered: