File tree 2 files changed +3
-6
lines changed
2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -227,7 +227,7 @@ var defaults = {
227
227
228
228
When schema form traverses the JSON Schema to create default form definitions it first checks the
229
229
* 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 .
231
231
232
232
This is the function that makes it a datepicker if its a string and has format "date" or "date-time":
233
233
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:
554
554
| tabarray | a tabbed version of array |
555
555
556
556
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.
560
559
561
560
562
561
Default form types
563
562
------------------
564
563
Schema Form defaults to certain types of form fields depending on the schema for
565
564
a property.
566
565
567
-
568
566
| Schema | Form type |
569
567
|:-------------------|:------------:|
570
568
| "type": "string" | text |
@@ -577,7 +575,6 @@ a property.
577
575
| "type": "array" | array |
578
576
579
577
580
-
581
578
Form definitions
582
579
----------------
583
580
If 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