Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
manojadams opened this issue Aug 3, 2024 · 0 comments
Closed

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

manojadams opened this issue Aug 3, 2024 · 0 comments

Comments

@manojadams
Copy link
Owner

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"
            }
        }
    ]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant