You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Component
FileUpload
Describe the bug
To Reproduce
Set
editableFileItems={true}
and in theonChange
handler, 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
The text was updated successfully, but these errors were encountered: