rjsf-team / react-jsonschema-form

A React component for building Web forms from JSON Schema.
https://rjsf-team.github.io/react-jsonschema-form/
Apache License 2.0
14.17k stars 2.18k forks source link

File Upload "No file chosen" issue #4205

Closed SwapnilWankhedeMerit98 closed 2 months ago

SwapnilWankhedeMerit98 commented 4 months ago

Prerequisites

What theme are you using?

core

What is your question?

Capture2

Why even if file is selected, it shows that text No file chosen. Isn't there any fix to hide or remove that?

nickgros commented 3 months ago

As a workaround, you may be able to accomplish this with your own widget override + CSS: https://stackoverflow.com/a/17949302

We'd definitely consider a pull request that fixes this!

SwapnilWankhedeMerit98 commented 2 months ago

Okay. Sure. Thank you.

SwapnilWankhedeMerit98 commented 2 months ago

Closing this as I have got the clarity