Skip to content

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

@jschuler

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    Backlog

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions