Skip to content

arrayItems仅支持 json 吗?不支持 markup 模式吗? #6

@heyushuo

Description

@heyushuo

如下这种写法不生效

<SchemaField> <SchemaField.Array name="arrayItem" title="arrayItem" x-decorator="FormItem" x-component="ArrayItems"> <SchemaField.Void x-decorator="FormItem" x-component="ArrayItems.SortHandle" /> <SchemaField.String name="name" title="姓名" x-component="Input" x-decorator="FormItem" /> <SchemaField.String name="age" title="年龄" x-component="Input" x-decorator="FormItem" /> <SchemaField.Void x-component="ArrayItems.Remove" /> <SchemaField.Void x-component="ArrayItems.MoveUp" /> </SchemaField.Array> </SchemaField>

Metadata

Metadata

Assignees

No one assigned

    Labels

    invalidThis doesn't seem right

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions