@modelforms/fontawesome-vuetify 3.5.1 → 3.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/README.md +5 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -93,12 +93,13 @@ export const testForm: GridModel<UserModel> = {
|
|
|
93
93
|
```
|
|
94
94
|
|
|
95
95
|
-- Documentation
|
|
96
|
-
|
|
96
|
+
The basic types of controls are text, number, date, complete, area, file, and password.
|
|
97
97
|
|
|
98
|
-
|
|
99
|
-
2. clearGrid => Creating default forms.
|
|
100
|
-
3. populateCompletes => Built-in with complete control updating default component items.
|
|
98
|
+
The FormPlate component is designed with a built-in GridModelHandler that manages GridModel data states, populates GridModel data, clears values on data changes, and populates complete control items.
|
|
101
99
|
|
|
100
|
+
Generic model fields have a rules property that creates client validation.
|
|
101
|
+
|
|
102
|
+
The main event is submit, which returns the model argument.
|
|
102
103
|
|
|
103
104
|
Licence
|
|
104
105
|
|