Kevin Collignon
Kevin Collignon
Any suggestions @iStefo ?
@SixiS thanks! can't wait to see what you come up with. Much appreciated.
@dwbutler has there been any resolution for this?
@NanoMeko were you ever able to resolve this?
I was hoping for this too
@HeroicEric sure! I should've included that in the original writeup. I have a grouped list...  When I create a new record, it...
I have an action in my controller that creates it using Ember data and form fields. ``` javascript actions: createDocumentFormat: -> fields = @get('fields') fields.organization_id = @get('controllers.application.selectedOrgId') fields.category = @get('selectedDocumentFormatType')...
Is it supposed to be spelt fomrs?