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

[material-ui][FocusTrap] Update getTabbable return type from string[] to HTMLElement[] #42628

Conversation

arjunrathod91
Copy link

@arjunrathod91 arjunrathod91 commented Jun 12, 2024

Part of : #42231
Two files upadated
1.FocusTrap.ts : Change the return type of the getTabbable function from ReadonlyArray<string> to ReadonlyArray<HTMLElement>.
2.FocusTrap.types.ts : Change the return type of the getTabbable function from ReadonlyArray<string> to ReadonlyArray<HTMLElement>.

@zannager zannager added package: material-ui Specific to @mui/material component: FocusTrap The React component. labels Jun 12, 2024
@zannager zannager requested a review from mnajdova June 12, 2024 14:59
@arjunrathod91
Copy link
Author

7 successful and 1 failing checks. Should I move forward or push this PR again for some more checks.

@ZeeshanTamboli
Copy link
Member

A PR was already created for this - #42237.

@arjunrathod91
Copy link
Author

A PR was already created for this - #42237.

Okay

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: FocusTrap The React component. package: material-ui Specific to @mui/material
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants