We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Describe the bug The Details component contains a default tabIndex of 0, which is not always desirable.
To Reproduce Render the <Details /> component
<Details />
Expected behavior Please provide a way to null the tabIndex such that it does not render in the DOM if not required
null
Screenshots
The text was updated successfully, but these errors were encountered:
closed by #641
Sorry, something went wrong.
When branches are created from issues, their pull requests are automatically linked.
Describe the bug
The Details component contains a default tabIndex of 0, which is not always desirable.
To Reproduce
Render the
<Details />
componentExpected behavior
Please provide a way to
null
the tabIndex such that it does not render in the DOM if not requiredScreenshots
The text was updated successfully, but these errors were encountered: