You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 9, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: docs/api/form-handler.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# \<FormHandler/>: <fontsize="3">Component</font>
1
+
# \<FormHandler/>
2
2
3
3
The `FormHandler` component is an utility for people that are still using the options API or, that for some reason want to do the handling on the template side.
Copy file name to clipboardExpand all lines: docs/api/use-form-handler/handle-submit.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# handleSubmit: <fontsize="3">HandleSubmit</font>
1
+
# handleSubmit
2
2
3
3
Submits the form on demand, causing it's validation depending on the mode/validation function, and calls the success/error fn consequently based on the outcome.
Copy file name to clipboardExpand all lines: docs/api/use-form-handler/index.md
+46-2Lines changed: 46 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# useFormHandler: <fontsize=3>FormHandler</font>
1
+
# useFormHandler
2
2
3
3
`useFormHandler` is our composable to handle forms, it takes one object as **optional** argument and returns various objects and methods that will allow us to handle our forms.
4
4
@@ -157,4 +157,48 @@ Using the `always` validationMode will have a more significant impact on perform
Let's say your form is initialized as above, because you're editing an existing item, and you just want to be aware of the data that changed to perform a `PATCH` operation, then `modifiedValues` is your best friend.
Copy file name to clipboardExpand all lines: docs/get-started/introduction.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Get started
1
+
# Introduction
2
2
3
3
VueFormHandler is an abstract and flexible form handling solution. It allows you to easily handle forms in Vue, without forcing you to use specific components. You can use it on along with native HTML, custom components and material libraries (Quasar, Vuetify, Oruga...). It builds on top of Vue using typescript and provides a comfortable and efficient way to handle your forms.
0 commit comments