Skip to content

Dynamic Data boolean fields do not correctly render their value on initial render #7

@cjs8487

Description

@cjs8487

When first rendered, the checkbox used for boolean dynamic data fields does not properly render their value, instead rendering to the default value of off. The data received from the server is correct, and if changes are made, the data sent back to the server is also correct, likely as a result of state being maintained outside of the checkbox component.

It is very likely that props are being used incorrectly, and MUI is treating the checkbox as an uncontrolled component, causing the value received from the server to be ignored

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions