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
span tag 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
What it looks like right now:

What it should look like:

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
spantag which encloses the default message.This page would be a nice material to refer to.
Criteria for Completion
No file selectedshould be replaced with the file name.What it looks like right now:

What it should look like:
