Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ImageInputs does not work inside ArrayField #21

Open
tarhunakau opened this issue Sep 17, 2020 · 0 comments
Open

ImageInputs does not work inside ArrayField #21

tarhunakau opened this issue Sep 17, 2020 · 0 comments

Comments

@tarhunakau
Copy link

tarhunakau commented Sep 17, 2020

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant