File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -227,7 +227,7 @@ var defaults = {
227227
228228When 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
232232This is the function that makes it a datepicker if its a string and has format "date" or "date-time":
233233
Original file line number Diff line number Diff 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
556556More 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
562561Default form types
563562------------------
564563Schema Form defaults to certain types of form fields depending on the schema for
565564a 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-
581578Form definitions
582579----------------
583580If you don't supply a form definition, it will default to rendering the after the defaults taken
You can’t perform that action at this time.
0 commit comments