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: api errors from server should be handled when a field has api config present #70

Closed
manojadams opened this issue May 8, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@manojadams
Copy link
Owner

manojadams commented May 8, 2024

{
    "name": "nominee_state_name",
    "prop": "nominee",
    "meta": {
        "config": {
            "type": "urlLoader",
            "url": "https://some-random-url",
            "queryParams": [
                [
                    "pincode",
                    {
                        "type": "fieldValue",
                        "ref": "nominee_pincode"
                    }
                ]
            ],
            "valueKey": "state#name",
            "labelKey": "state#name"
        },
        "displayName": "State",
        "displayType": "select",
        "displayProps": {
            "xs": 12,
            "md": 6
        },
        "validation": {
            "required": true
        }
}
@manojadams manojadams added the bug Something isn't working label May 8, 2024
@manojadams manojadams self-assigned this May 8, 2024
manojadams added a commit that referenced this issue May 10, 2024
manojadams added a commit that referenced this issue May 14, 2024
* fix #43: stop navigation to disabled items with buttons

* fix #44: update change events

* fix #48: making spacing configurable

* enhancement #53: add support for icons

* fix #62: support for filedata for input file type

* fix #64: adding type for input mask

* cleanup linting

* fix build

* fix #66: file upload not working for section forms

* fix #68: adding multiselect control support

* fix #70: handle api errors

* fix #45: adding config param for disabling tab navigation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant