vee-validate icon indicating copy to clipboard operation
vee-validate copied to clipboard

Update Examples with "Multiple forms" example

Open JalenWasHere opened this issue 1 year ago • 2 comments

  • 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

https://github.com/logaretm/vee-validate/issues/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.

JalenWasHere avatar Jan 16 '24 20:01 JalenWasHere

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

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     

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov[bot] avatar Jan 16 '24 20:01 codecov[bot]

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

JalenWasHere avatar Jan 30 '24 10:01 JalenWasHere