Currently, createFormSchemaFromData() returns a named list with the schema and the original data argument. Since the data argument is unchanged, returning it is unnecessary.
The createFormSchemaFromData() should return only the formSchema as the name suggests.
Currently, createFormSchemaFromData() returns a named list with the schema and the original data argument. Since the data argument is unchanged, returning it is unnecessary.
The createFormSchemaFromData() should return only the formSchema as the name suggests.