Skip to content

Commit

Permalink
Updated snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
thatblindgeye committed Jan 16, 2025
1 parent cf7434d commit 0c65e1d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ exports[`simple fileupload 1`] = `
</span>
</div>
<input
hidden=""
style="border: 0px; clip: rect(0px, 0px, 0px, 0px); clip-path: inset(50%); height: 1px; margin: 0px -1px -1px 0px; overflow: hidden; padding: 0px; position: absolute; width: 1px; white-space: nowrap;"
tabindex="-1"
type="file"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ exports[`MultipleFileUpload renders custom class names 1`] = `
tabindex="0"
>
<input
hidden=""
multiple=""
style="border: 0px; clip: rect(0px, 0px, 0px, 0px); clip-path: inset(50%); height: 1px; margin: 0px -1px -1px 0px; overflow: hidden; padding: 0px; position: absolute; width: 1px; white-space: nowrap;"
tabindex="-1"
Expand All @@ -26,6 +27,7 @@ exports[`MultipleFileUpload renders with expected class names when horizontal 1`
tabindex="0"
>
<input
hidden=""
multiple=""
style="border: 0px; clip: rect(0px, 0px, 0px, 0px); clip-path: inset(50%); height: 1px; margin: 0px -1px -1px 0px; overflow: hidden; padding: 0px; position: absolute; width: 1px; white-space: nowrap;"
tabindex="-1"
Expand All @@ -44,6 +46,7 @@ exports[`MultipleFileUpload renders with expected class names when not horizonta
tabindex="0"
>
<input
hidden=""
multiple=""
style="border: 0px; clip: rect(0px, 0px, 0px, 0px); clip-path: inset(50%); height: 1px; margin: 0px -1px -1px 0px; overflow: hidden; padding: 0px; position: absolute; width: 1px; white-space: nowrap;"
tabindex="-1"
Expand Down

0 comments on commit 0c65e1d

Please sign in to comment.