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
How can I get the name/alt of the picture when a user uploads a photo?
Ticket due diligence
I have verified that the issue persists under ReactQuill v2.0.0-beta.2
I can't use the beta version for other reasons
ReactQuill version
v2.0.0
FAQ
Is this a bug in Quill or ReactQuill?
ReactQuill
Quill
I get the image via DOMParser and src which is converted to File format but I set the name myself image.jpg resolve(new File([blob], 'image.jpg', { type: mime })) and the question is how can I get the name/alt when googling the image via react-quill
How can I get the name/alt of the picture when a user uploads a photo?
Ticket due diligence
v2.0.0-beta.2
ReactQuill version
FAQ
Is this a bug in Quill or ReactQuill?
I get the image via DOMParser and src which is converted to File format but I set the name myself image.jpg resolve(new File([blob], 'image.jpg', { type: mime })) and the question is how can I get the name/alt when googling the image via react-quill
The text was updated successfully, but these errors were encountered: