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

Form collapsible section titles not respecting casing #1359

Closed
mdibaiee opened this issue Nov 8, 2024 · 0 comments
Closed

Form collapsible section titles not respecting casing #1359

mdibaiee opened this issue Nov 8, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@mdibaiee
Copy link
Member

mdibaiee commented Nov 8, 2024

Bug
You can try this minimal example:

    "$schema": "http://json-schema.org/draft/2020-12/schema",
    "$id": "https://github.com/estuary/connectors/materialize-postgres/config",
    "properties": {
      "dbt_job_trigger": {
        "properties": {
          "job_id": {
            "type": "string",
            "title": "Job ID",
            "description": "dbt job ID"
          }
        },
        "additionalProperties": false,
        "type": "object",
        "required": [
          "job_id"
        ],
        "title": "dbt Cloud Job Trigger",
        "description": "Trigger a dbt Job when new data is available"
      }
    }
  }```

Here: https://dashboard.estuary.dev/test/jsonforms

It renders as:

![image](https://github.com/user-attachments/assets/a0550cb0-ef1e-47c1-8f8c-42f252347938)


**Expected**

Expected it to render as `dbt Cloud Job Trigger`

**Screenshots**
Include a screenshot of what you saw when the bug happened.

**Desktop (please complete the following information):**
 - OS: [e.g. Windows]
 - Browser [e.g. chrome, safari]

**Additional context**
Add any other context about the problem here.
@mdibaiee mdibaiee added the bug Something isn't working label Nov 8, 2024
@travjenkins travjenkins self-assigned this Nov 12, 2024
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

2 participants