Inputs not attached to Object Models?

Assuming that we’ve added the Field to the Model’s Metadata, which we did in the example above by modifying field.model.fields and field.model.fieldsMap, we should be able to retrieve the value of the Field using the standard model.getFieldValue(row,field,[noEscape]) syntax, e.g. var model = field.model, row = field.row; var fakeFieldValue = model.getFieldValue(row,‘FakeField__c’);