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

Support for Public Image URLs in Array Field #18

Open
mickbut-ler opened this issue Oct 19, 2024 · 0 comments
Open

Support for Public Image URLs in Array Field #18

mickbut-ler opened this issue Oct 19, 2024 · 0 comments

Comments

@mickbut-ler
Copy link

Hi - Currently, the image field in the Array structure, for RadioButtonGroup and CheckboxGroup only supports Base64 images. We’ve encountered performance issues when using it for long lists (e.g., radio item options) because converting images to Base64 adds significant overhead, which could lead in a timeout since the api is expecting a response.

Would it be possible to allow public image URLs as an alternative? This would improve performance in cases where multiple images need to be rendered quickly.

Thanks

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