Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Examples with "Multiple forms" example #4633

Closed
wants to merge 1 commit into from

Conversation

JalenWasHere
Copy link
Contributor

  • an example demonstrating how to have multiple independent forms on a single page

🔎 Overview

There are certain use cases where you would want to have multiple forms on one page. This is possible by explicitly binding your field to the form with the form option. However this is not documented.

Feel free to change or improve anything that I may have written wrong in the example.

🤓 Code snippets/examples (if applicable)

// some code

Issues affected

#3204

This person had a similar problem to me and I ended up fixing it be following the development into this pull request. This issue is already closed but the documentation still has no info about it.

- an example demonstrating how to have multiple independent forms on a single page
Copy link

codecov bot commented Jan 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (b96155c) 0.00% compared to head (4fc6b20) 89.80%.

Additional details and impacted files
@@            Coverage Diff            @@
##           main    #4633       +/-   ##
=========================================
+ Coverage      0   89.80%   +89.80%     
=========================================
  Files         0       93       +93     
  Lines         0     7657     +7657     
  Branches      0     1348     +1348     
=========================================
+ Hits          0     6876     +6876     
- Misses        0      774      +774     
- Partials      0        7        +7     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@JalenWasHere
Copy link
Contributor Author

@logaretm Do you have any follow-up on the state of this MR?

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.

1 participant