Skip to content

DataList always visible #395

Closed
Closed
@mdouet421

Description

@mdouet421

It seems that DataList is always visible, even with isVisible={{ base: false, md: true }}

The problem comes from the component dataListRow, where the d={!showRow ? 'none' : undefined} should be replace by display={!showRow ? 'none' : undefined}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions