Skip to content
This repository has been archived by the owner on Oct 10, 2018. It is now read-only.

Fixed schema support issue #46

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Commits on Mar 17, 2018

  1. Update form.component.ts

    Fixed schema support issue, 
    schema.properties can be empty.  for example:
    ```
          "dateArrayRange": {
                "type": "array",
                "items": {
                    "type": "string"
                },
                "title": "日期范围",
                "default": [
                    "2018-01-02",
                    "2018-02-03"
                ],
                "widget": {
                    "id": "date-range",
                    "format": "YYYY-MM-DD"
                }
            }
    ```
    the schema is only part of 
    ```
     {
                    "type": "string"
     }
    ```
    vellengs committed Mar 17, 2018
    Configuration menu
    Copy the full SHA
    e45404d View commit details
    Browse the repository at this point in the history