@wix/vibe-forms-app-plugin 0.5.0 → 0.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -147358,6 +147358,7 @@ const formServiceConfig = {
147358
147358
 
147359
147359
  # SECOND TASK: FORMS CODE CHANGES:
147360
147360
  - The general instruction is to NOT CHANGE THE FORMS COMPONENTS CODE and only integrate the forms components into a site page.
147361
+ - The FormComponent handles the onChange, onBlur, onFocus, onSubmit, etc. events and updates the form data. It also handles validation & showing errors.
147361
147362
  - i.e DO NOT EDIT or READ ANY FILE in <code>./src/wix-verticals/</code> USE EVERYTHING AS IS!!
147362
147363
  <code-changes-exceptions>
147363
147364
  - Exceptions are when the user explicitly asks for changes to the forms components code