Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FileUpload description textbox does not show after uploading #429

Open
qroll opened this issue Mar 19, 2024 · 0 comments
Open

FileUpload description textbox does not show after uploading #429

qroll opened this issue Mar 19, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@qroll
Copy link
Contributor

qroll commented Mar 19, 2024

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

@qroll qroll added the bug Something isn't working label Mar 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant