Skip to content

Commit c37ba01

Browse files
committed
Merge branch 'development' of https://github.com/json-schema-form/angular-schema-form into development
2 parents 2360915 + b3bc96b commit c37ba01

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

docs/extending.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ var defaults = {
227227

228228
When schema form traverses the JSON Schema to create default form definitions it first checks the
229229
*JSON Schema type* and then calls on each function in the corresponding list *in order* until a
230-
function actually returns something. That is then used as a defualt.
230+
function actually returns something. That is then used as a default.
231231

232232
This is the function that makes it a datepicker if its a string and has format "date" or "date-time":
233233

docs/index.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -554,17 +554,15 @@ Schema Form currently supports the following form field types out of the box:
554554
| tabarray | a tabbed version of array |
555555
556556
More field types can be added, for instance a "datepicker" type can be added by
557-
including the [datepicker addon](https://github.com/json-schema-form/angular-schema-form-datepicker), see
558-
the [front page](http://schemaform.io/#/third-party-addons) for an updated
559-
list.
557+
including the [datepicker addon](https://github.com/Textalk/angular-schema-form-datepicker), see
558+
the [front page](http://schemaform.io/#/third-party-addons) for an updated list.
560559
561560
562561
Default form types
563562
------------------
564563
Schema Form defaults to certain types of form fields depending on the schema for
565564
a property.
566565
567-
568566
| Schema | Form type |
569567
|:-------------------|:------------:|
570568
| "type": "string" | text |
@@ -577,7 +575,6 @@ a property.
577575
| "type": "array" | array |
578576
579577
580-
581578
Form definitions
582579
----------------
583580
If you don't supply a form definition, it will default to rendering the after the defaults taken

0 commit comments

Comments
 (0)