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
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -16,10 +16,10 @@ This library is used by all forms on [Programmer Network](https://programmer.net
16
16
17
17
## Features
18
18
19
-
- Form JSON Schema Validation
20
-
- Dirty state checking
21
-
- Consume remote errors as part of the schema, e.g. `username already taken`. In simple words, errors coming from your API
22
-
- Maps 1:1 with nested objects. In simple words, a form can generate the exact object shape that you want, no need for manual mapping before e.g. API submission
19
+
- Form JSON Schema Validation ✔️
20
+
- Dirty state checking ✔️
21
+
- Consume remote errors as part of the schema, e.g. `username already taken`. In simple words, errors coming from your API ✔️
22
+
- Maps 1:1 with nested objects. In simple words, a form can generate the exact object shape that you want, no need for manual mapping before e.g. API submission ✔️
0 commit comments