FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

PF4 Button does not pass through tabIndex prop · Issue #3208 · patternfly/patternfly-react · GitHub

PF4 Button does not pass through tabIndex prop #3208

Description

Define a pf4 button with tabIndex prop,

import { Button } from '@patternfly/react-core';
......
<Button tabIndex="-1">test</Button>

The tabIndex prop is missing from the rendered DOM,

<button class="pf-c-button" type="button">test</button>

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions


Back | FazBrowse Home | New Git URL