microsoft / fluentui-android

MIT License
575 stars 103 forks source link

removing the focus from textfield #650

Closed praveen970 closed 6 months ago

praveen970 commented 6 months ago

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: