Dynamically setting select key in Ember within select field
问题 So I have an API that generates forms from a database. The API for the fields returns: { "formFields": [ { "module": 1, "fieldName": "Global Title", "fieldPosition": "1", "fieldType": "select", "fieldEditable": true, "dataTable": "message", "dataKey": "calling_gt", "dataValue": "id", "id": 1, "createdAt": "2015-10-15T13:59:30.764Z", "updatedAt": "2015-10-15T13:59:30.764Z" } ] } I have multiple Ember components. Essentially an Add Parameter component that loops through the fields related to