Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: support users setting tabindex attribute for button #32003

Conversation

chrisdholt
Copy link
Member

Previous Behavior

Button ignored tabindex when set from user land

New Behavior

Buttons which are disabled are always tabindex of -1, otherwise default to tabIndex if provided or 0.

Related Issue(s)

  • Fixes #

@chrisdholt chrisdholt requested a review from a team as a code owner July 15, 2024 18:40
Copy link
Contributor

@davatron5000 davatron5000 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@chrisdholt chrisdholt enabled auto-merge (squash) July 15, 2024 18:45
@fabricteam
Copy link
Collaborator

fabricteam commented Jul 15, 2024

📊 Bundle size report

✅ No changes found

@chrisdholt chrisdholt force-pushed the users/chhol/support-manually-setting-tabindex-button branch from e3a5449 to 121c501 Compare July 15, 2024 19:16
@chrisdholt chrisdholt merged commit 294d82a into microsoft:master Jul 15, 2024
18 checks passed
@chrisdholt chrisdholt deleted the users/chhol/support-manually-setting-tabindex-button branch July 15, 2024 19:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants