Skip to content
This repository was archived by the owner on Sep 4, 2020. It is now read-only.
This repository was archived by the owner on Sep 4, 2020. It is now read-only.

Field layouts need ids so that <Fields> work inside of <Fields> #223

@zacklitzsinger

Description

@zacklitzsinger

Fields use CSS grid to align their contents; however, they do so by assigning grid template areas that aren't namespaced at all. Instead, these values should be namespaced so that forms can contain other forms. This is useful to provide support for certain UI patterns, and in general is a common source of bugs in form code consuming the SCL.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugfieldsBugs or feature requests for the Field layout system

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions