My use case, i want to disable the input field until the file is uploaded, i am able to achieve this by check "upload in progress" event.(checking if upload % is 100%)
But, now the user removes the file by clicking cross icon in the upload block, I want to disable the input field again during that event.
I couldn't find the which event will be triggered when we cancel the file uploaded.
Any other work around is also fine.
Please help if anyone have idea.