Skip to content

catalog-view-extension bug: links in CatalogTile do not work #20

Description

@jschuler

Due to the component preventing default from happening (unless href is set)
https://github.com/patternfly/patternfly-react/blob/5b472303da22cb9c67e9977b3933f6576c27ac01/packages/react-catalog-view-extension/src/components/CatalogTile/CatalogTile.tsx#L60

<CatalogTile description={
<div>
<a href="www.google.com">Does not work</a>
</div>
} />

Workaround is to also pass href="#" prop


Jira Issue: PF-2021

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

    No labels
    No labels

    Type

    No type

    Projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions