nkdengineer

Results 68 comments of nkdengineer

@marcaaron What do you think about my alternative solution here.

## Proposal ### Please re-state the problem that we are trying to solve in this issue. Nothing useful in the logs to debug online/offline issues ### What is the root...

@Santhosh-Sellavel The PR is [here](https://github.com/Expensify/App/pull/41719)

@mananjadhav Any update here.

@roryabraham @mananjadhav i just updated code, please check again

@mananjadhav thanks your review, i updated test steps and and all screenshots please check again

## Proposal ### Please re-state the problem that we are trying to solve in this issue. - Chat - Focus Sticks on Cancel Button After Clearing Message & Saving with...

@shubham1206agra I mentioned why the focus sticks on the Cancel button in the below section: ![image](https://github.com/Expensify/App/assets/161821005/14016535-f828-4359-a34d-3bb0c5ae55cc)

@shubham1206agra ```focusLastDescendant``` is function to focus on the last descendant component of the modal, in this case the last descendant is the "Cancel" button. Calling ```focusLastDescendant``` leads to the focus...