-
Notifications
You must be signed in to change notification settings - Fork 254
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
Is it possible to edit a "photo" ? #580
Comments
I would recommend using a separate screen for editing the description, and providing a button for uploading a new version of the photo.
|
Brilliant ! I'm still not used to the dependencies resolution way of thinking. Thanks will give it a trial and re-open if I need more detail. |
Closing as your solution is working great ! Thanks |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
I'm testing various way to integrate the collect of multiple photo during the interview and then review the photo at the end.
So far, What I have it working very well, but the "Edit" feature is not working properly for picture. User get prompted to upload a new image, while user might want to only edit the description of the image.
I'm guessing it's related to the input form that doesn't really allow to submit an image as a default value ?
If it's a limitation of HTML and input form, would it be possible to provide a different "question" to allow user to only edit the image description ?
The table with edit button
When cliking on Edit. The image field is empty. That prevent user to "continue".
Here the relevant part of the interview:
The text was updated successfully, but these errors were encountered: