Delete button #206
-
Is your feature request related to a problem? Please describe.Is there anything related to deletion. I want a cross button for each image that would delete the image Describe the solution you'd likeIs there anything related to deletion. I want a cross button for each image that would delete the image |
Beta Was this translation helpful? Give feedback.
Answered by
igordanchenko
Oct 20, 2025
Replies: 1 comment
-
|
The library doesn't provide a "Delete" button as that would be an application-specific implementation. You can render a "Delete" button for each image in the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
igordanchenko
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The library doesn't provide a "Delete" button as that would be an application-specific implementation. You can render a "Delete" button for each image in the
render.extrasrender function. The implementation would be very similar to the Customization example.