@modelforms/fontawesome-vuetify 3.7.0 → 3.7.2
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 +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -94,11 +94,11 @@ export const testForm: GridModel<UserModel> = {
|
|
|
94
94
|
|
|
95
95
|
#Documentation
|
|
96
96
|
|
|
97
|
-
The basic control types are text, number, date, complete, area, file
|
|
97
|
+
The basic control types are text, number, date, complete, area, file and password.
|
|
98
98
|
|
|
99
|
-
The FormPlate component is designed with a built-in GridModelHandler that manages GridModel data
|
|
99
|
+
The FormPlate component is designed with a built-in GridModelHandler that manages GridModel data steps, populates GridModel data, clears values on data changes and populates complete control items.
|
|
100
100
|
|
|
101
|
-
|
|
101
|
+
Grid model value fields have a rules with corresponding client validation messages.
|
|
102
102
|
|
|
103
103
|
The main event is submit with data model as argument.
|
|
104
104
|
|