Skip to content

Unify effective UI schema options #1472

Open
@edgarmueller

Description

@edgarmueller

Describe the bug
Each renderer calculates its effective UI schema options by merging the global config object with the options of an UI schema element (see #1465). As the code is the same for each renderer we should think about whether we want to actually pass down the global config object to the renderers.
Instead we could replace the config prop with effectiveUiSchemaOptions or something similar which would hold the result of merge({}, config, uischema.options).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions