On the standard upload component we have the ability to catch any error thrown during upload and perform some action, we use this to check for uploaded image dimensions.
I can't see any property on the HtmlEditor component to do the same, so my question is, how do I expose a callback on the HtmlEditor to allow me to register a delegate for this action?
Hi @andymarksonline,
Indeed there is no way to handle upload errors at the moment. Feel free to open a new github issue requesting this feature.