Currently, there isn't a trigger to know if a user remove an attachment on the file input component. To handle that. I add a onRemove callback to call when an attachment is removed.
Benefits
Be able to check the attachment removal without using a watch or watchCollection
Add an onremove callback on file input
Ref: UK-196
Description of the Change
Currently, there isn't a trigger to know if a user remove an attachment on the file input component. To handle that. I add a onRemove callback to call when an attachment is removed.
Benefits
Be able to check the attachment removal without using a watch or watchCollection
Possible Drawbacks
Applicable Issues