Skip to content

Fix: Multiple File Input#174

Merged
AlemTuzlak merged 6 commits into
code-forge-io:mainfrom
phyziyx:patch-1
Oct 21, 2025
Merged

Fix: Multiple File Input#174
AlemTuzlak merged 6 commits into
code-forge-io:mainfrom
phyziyx:patch-1

Conversation

@phyziyx

@phyziyx phyziyx commented Oct 20, 2025

Copy link
Copy Markdown
Contributor

Description

Fixes the input for multiple files.

Fixes #167

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

  • Unit tests

Checklist:

  • My code follows the guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings or errors
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules

@phyziyx phyziyx marked this pull request as ready for review October 20, 2025 17:25
@pkg-pr-new

pkg-pr-new Bot commented Oct 20, 2025

Copy link
Copy Markdown

Open in StackBlitz

npm i https://pkg.pr.new/forge-42/remix-hook-form@174

commit: bab6fc2

@AlemTuzlak AlemTuzlak left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will merge this hopefully tomorrow so I can release it! Thank you so much!

@AlemTuzlak AlemTuzlak merged commit d718447 into code-forge-io:main Oct 21, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Input type file with multiple files is reduced to single file

2 participants