Commit 30435f0
Reset the internal input value when the reset button is clicked in FileInputField (#641)
Not resetting the internal input value will cause the input to not
register any files if the user had clicked "Browse", then resetted the
field and again clicked "Browse" and selected a file. The 2nd file would
not have a event fired for this. This did not affect drag and drop.1 parent 980056e commit 30435f0
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
50 | 54 | | |
51 | 55 | | |
52 | 56 | | |
| |||
0 commit comments