ra-data-firebase-client
ra-data-firebase-client copied to clipboard
ImageInputs does not work inside ArrayField
If I place ImageInput inside ArrayField:
<ArrayInput source="subBlocks">
<SimpleFormIterator>
<ImageInput source="images" label="Image" accept="image/*" multiple>
<ImageField source="src" title="title" />
</ImageInput>
</SimpleFormIterator>
</ArrayInput>```
The image url brokes. It does not looks like base-64 image and looks like "blob:http://localhost:8080/c7956ca5-9c1b-44c1-a001-d84b90e4d4b0" and stores locally.