Skip to content

Add tabs field type #11

@ZAYEC77

Description

@ZAYEC77

Implement special field type for tabs, e.g.:

form = {
    fieldset: {
        fields: [{
            input: 'tabs',
            fields: [{
                fields: [ /*fields in first tab*/ ]
            }, {
                fields: [ /*fields in second tab*/ ]
            }]
        }]
    }
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions