Create hidden ID field using React-Admin in React Native
I am trying to use the SimpleFormIterator in the React-Admin module to create a list of children records from the parent record edit form. So I've setup a SimpleFormIterator component with the details of the child record, however, this doesn't…