Skip to content

Json Form renders are uppercasing titles. #283

Description

@akademy

Bug Report

Summary

Json Form renders are uppercasing titles. It likely shouldn't be doing it by default. It's particularly bad when a measurement unit is provided, e.g. millimetres (mm) becomes MM.

Expected behaviour

Don't uppercase

Actual behaviour

They uppercase.

Steps to reproduce

  1. Use json renderers

Screenshots or visual evidence (if applicable)

Image

Environment

Additional context

That happens through a CSS directive. text-transform: capitalize; - you can overright these with css, but its normal behaviour should be do-nothing.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    needs-triageThis issue needs to be categorised. E.g. accepted, duplicate, wont-do

    Type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions