This repository has been archived by the owner on Aug 26, 2023. It is now read-only.
Handle blur event for updateOn blur with reactive form #127
Labels
enhancement
New feature or request
I implement ngx-dropzone correctly and everything is working fine.
I switched my form from updateOn: 'submit' to updateOn: 'blur'.
Even though it's working, the behaviour is not the one intended:
The second point could be understandable but the first one is not normal (I think).
To make the dropzone work with the updateOn: 'blur', I did the following:
Unfortunately, the problem remain same. In fact it's worse because when I click outside of the dropzone, the error does not disappear.
My question is: Is there a way to handle correctly the blur event of the dropzone ? (when I click on it => the blur event is not triggered and when I select a picture => the blur event is triggered)
My HTML:
My TS:
The text was updated successfully, but these errors were encountered: