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
I am experiencing some funny behavior after upgrading to Ember 3.3. One of my power-select-with-create components is now not displaying the selected option (but does show it once you select another one).
The onchange action is working (the relationship is being set) but nothing displays as selected until you select another one. I see no errors in the console and could not find anything about the Ember upgrade (from 2.17) that would cause this. Let me know if you have any ideas. Thank you!
The text was updated successfully, but these errors were encountered:
Hm, it seems actually that this issue is the same #80 but it's unclear to me whether it's an actual issue with Ember Data or with this add-on's compatibility with it... I will follow that Ember Data issue and see what comes up.. and for now I suppose I will have to downgrade Ember Data to get this to work.
I am experiencing some funny behavior after upgrading to Ember 3.3. One of my power-select-with-create components is now not displaying the selected option (but does show it once you select another one).
The onchange action is working (the relationship is being set) but nothing displays as selected until you select another one. I see no errors in the console and could not find anything about the Ember upgrade (from 2.17) that would cause this. Let me know if you have any ideas. Thank you!
The text was updated successfully, but these errors were encountered: