-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Description
Summary
PR #120 solves the styling of the modal, but the "No file selected message" does not change to the name of the file uploaded.
Things to Consider
- Assign a custom class or id for the
spantag which encloses the default message. - Implement a JS snippet that looks for the file upload event to be triggered. On completion, replace the string inside the tag to the file name.
This page would be a nice material to refer to.
Criteria for Completion
- On uploading a file, the
No file selectedshould be replaced with the file name.

