Felix Fichte
Felix Fichte
What exactly do you mean. Was the question even directed to me?
Oh, I didn't know this. This would make this part of the PR obsolete. Should I create a new PR that only contains the additions not related to this?
This seems to be fixed.
I'd like to take a stab at this.
The problem with that is. If you insert that code when you load a form which represents a loaded model with the propert set to some value you gonna delete...
Some thoughts: I would like to have a way to not do any configuration per default. Maybe only set which version should be used. Default to v4 but being able...
For a quick workaround (for belongsTo) ``` artistId: Ember.computed({ get: function() { return this.get('artist.id'); }, set: function(key, value) { if(value){ this.set('artist', this.store.peekRecord('artist', value)); } return value; } }), ``` I...
https://github.com/indexiatech/ember-forms/issues/98
Even better: https://github.com/ember-learn/ember-cli-addon-docs