Skip to content

Commit

Permalink
Remove value="" prop from file upload input test snapshot
Browse files Browse the repository at this point in the history
The value="" prop on the <input type="file"/> component prevented accessing or posting the selected file's contents.
  • Loading branch information
mattkenney committed Oct 25, 2019
1 parent eca938d commit 8393c34
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -13,7 +13,6 @@ exports[`Dropdown component Should render file input tree 1`] = `
className="file-input"
onChange={[Function]}
type="file"
value=""
/>
<span
className="file-cta"
Expand Down Expand Up @@ -42,7 +41,6 @@ exports[`Dropdown component should pass file attributes 1`] = `
multiple={true}
onChange={[Function]}
type="file"
value=""
/>
<span
className="file-cta"
Expand Down

0 comments on commit 8393c34

Please sign in to comment.