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
Describe in detail the issue you're having.
When a file is added using the FileUploaderButton it changes it's labelText to be the same as the file's name.
Is this issue related to a specific component? FileUploaderButton
What did you expect to happen? What happened instead? What would you like to
see changed?
I would like the labelText of the button to not change when a file is uploaded
What browser are you working in?
Chrome
What version of the Carbon Design System are you using?
10.10.3
Steps to reproduce the issue
Use a file uploader button
Upload a file
See the labelText of the button change to the name of the file
I initially did it manually using FileUploaderButton because I needed an event to bind to onDelete for the FileUploaderItem. I most likely missed something but I can't seem to find that event when using the regular FileUploader
I believe this issue can be closed given that the drag and drop file uploader has been released, the default file uploader has onDelete hooks (#5851), and the FileUploaderButton is behaving as intended
What package(s) are you using?
carbon-components
carbon-components-react
Detailed description
Steps to reproduce the issue
labelText
of the button change to the name of the fileThe text was updated successfully, but these errors were encountered: