Component
FileUpload
Describe the bug
uploading an image file with the prop editableFileItems does not redirect me to the "edit state" directly. instead, it just adds the file without description
To Reproduce
Set editableFileItems={true} and in the onChange handler, set the upload progress on the file item
Expected behavior
The textbox should appear. Normally, you are required to set a description to proceed, otherwise the Save button is disabled and the Cancel button removes the file
Additional context
Not all use cases require a mandatory description, should consider amending this behaviour
Component
FileUploadDescribe the bug
To Reproduce
Set
editableFileItems={true}and in theonChangehandler, set the upload progress on the file itemExpected behavior
The textbox should appear. Normally, you are required to set a description to proceed, otherwise the Save button is disabled and the Cancel button removes the file
Additional context
Not all use cases require a mandatory description, should consider amending this behaviour