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

removing the focus from textfield #650

Merged
merged 1 commit into from
May 2, 2024

Conversation

praveen970
Copy link
Collaborator

Problem

n infinite loop occurs when focusing on the control

Root cause

focusRequester.requestFocus is causing the loop focus in newer compose versions

Fix

Removnig the line, since it is not required specifically from design perspective

Validations

Manual testing
(how the change was tested, including both manual and automated tests)

Pull request checklist

This PR has considered:

  • Light and Dark appearances
  • Automated Tests
  • Documentation and demo app examples
  • VoiceOver and Keyboard Accessibility
  • Internationalization and RTL layouts
  • Size classes and window sizes (notched devices, multitasking, different window sizes, etc)

@praveen970 praveen970 requested a review from a team as a code owner May 2, 2024 09:44
@praveen970 praveen970 merged commit 737a198 into microsoft:master May 2, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants