davidkpiano / react-redux-form

Create forms easily in React with Redux.
https://davidkpiano.github.io/react-redux-form
MIT License
2.06k stars 252 forks source link

Control.File not displaying the selected file name #1171

Open aemson opened 6 years ago

aemson commented 6 years ago

The Problem

After updating to latest version 1.16.9 the Control.file wasn't displaying the selected file name .

Steps to Reproduce

Try uploading a file using Control.file with package 1.16.9(file name not displayed) and 1.16.8 (works)

Expected Behavior

The selected file name should be displayed .

Actual Behavior

It shows 'No file chosen' even after selecting a file.

Reproducible Code Example

(please fork from this CodePen template or this CodeSandbox template)

contactbalajib commented 4 years ago

Hi Team,

Even i am also facing the same issue. It would be better, if anyone knows the solution. My react-redux-form version is : 1.16.14

Thanks