John Gibbons

Results 1 comments of John Gibbons

I'm still seeing this issue occurring with a CP I'm defining like so: ``` rawAdFormData: computed( 'draftAdForm.form.{name,headline,description,privacyPolicy,legalDisclaimer,thankYouMessage,landingPage}', 'draftAdForm.form.hiddenFields.@each.{name,value}', 'draftAdForm.form.customQuestions.@each.{question,multipleChoiceValues}', '[email protected]', function() { return this._getRawAdFormData(); } ), ``` Am I missing...