Closed praveen970 closed 6 months ago
n infinite loop occurs when focusing on the control
focusRequester.requestFocus is causing the loop focus in newer compose versions
Removnig the line, since it is not required specifically from design perspective
Manual testing (how the change was tested, including both manual and automated tests)
This PR has considered:
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: