We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 219078b commit d95da59Copy full SHA for d95da59
README.md
@@ -56,8 +56,9 @@ function FormController($scope) {
56
Form types
57
----------
58
Schema Form currently supports the following form field types:
59
+
60
| Type | Becomes |
-|:--------------|:-----------------------:|
61
+|:--------------|:------------------------|
62
| fieldset | a fieldset with legend |
63
| section | just a div |
64
| actions | horizontal button list, can only submit buttons as items |
@@ -73,6 +74,7 @@ Schema Form currently supports the following form field types:
73
74
75
Default form types
76
------------------
77
78
| Schema | Form type |
79
|:-------------------|:------------:|
80
| "type": "string" | text |
0 commit comments