You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow more than one photo to be entered for the same .
Establish an attachment naming convention so the multiple photos are associated with the same photo requirement in the database. (The id is the same for all, so we need to append something to the ids.)
The photos should be displayed with reduced size so as not to take up too much total space.
Allow an optional property maxPhotos with a default of 1.
Provide a delete button for each photo.
Allow the user to add a note to each photo. This note will appear under the photo in a Photo component.
This will require a scheme by which data is stored in the document that is associated with an attachment.
The text was updated successfully, but these errors were encountered:
id
is the same for all, so we need to append something to the ids.)maxPhotos
with a default of 1.The text was updated successfully, but these errors were encountered: