Skip to content

Commit d95da59

Browse files
committed
Update README.md
fixed a table
1 parent 219078b commit d95da59

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,9 @@ function FormController($scope) {
5656
Form types
5757
----------
5858
Schema Form currently supports the following form field types:
59+
5960
| Type | Becomes |
60-
|:--------------|:-----------------------:|
61+
|:--------------|:------------------------|
6162
| fieldset | a fieldset with legend |
6263
| section | just a div |
6364
| actions | horizontal button list, can only submit buttons as items |
@@ -73,6 +74,7 @@ Schema Form currently supports the following form field types:
7374
7475
Default form types
7576
------------------
77+
7678
| Schema | Form type |
7779
|:-------------------|:------------:|
7880
| "type": "string" | text |

0 commit comments

Comments
 (0)