Binding lightning:inputField to a client-side SObject instance not an SObject Id?
My reading of the lightning:inputField and related lightning:recordEditForm docs is that the record is read and written based on the Id supplied via the recordId
attribute. There is no option to bind to a record that has already been loaded as lightning:input does via its value
attribute. This makes lightning:inputField
unusable in pure client-side logic where changes in one place are reflected in other places on the screen without round trips to the server.