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'm using ember-changeset package. I'm creating Changeset, which has value as an object - lets say it's:
let user = { value1: {id: 1, text: "test"} };
let changeset = Changeset(user, {});
When I'm using changeset.get("value1") it returns me Proxy instead of object defined in value1. Is it correct behaviour?
In that case, when I'm working with ember-bootstrap and BsForms, element with @controlType=radio is not working propertly, when i pass object and optionLabelPath
The text was updated successfully, but these errors were encountered:
I'm using ember-changeset package. I'm creating Changeset, which has value as an object - lets say it's:
When I'm using
changeset.get("value1")
it returns me Proxy instead of object defined in value1. Is it correct behaviour?In that case, when I'm working with ember-bootstrap and BsForms, element with
@controlType=radio
is not working propertly, when i pass object and optionLabelPathThe text was updated successfully, but these errors were encountered: