Skip to content

BUG: preload form data not working for fields with no prop #80

@manojadams

Description

@manojadams

Repro

Schema with which it is not working:

{
    "fields": [
        {
            "name": "first_name",
            "meta": {
                "displayName": "First name",
                "displayType": "text_field",
                "value": "Goku"
            }
        },
        {
            "name": "last_name",
            "meta": {
                "displayName": "Last name",
                "displayType": "text_field",
                "value": "San"
            }
        }
    ]
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions