File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed 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