Krishna
Krishna
Edited by **proposal-police**: This proposal was **edited** at 2024-10-27 22:00:21 UTC. ## Proposal ### Please re-state the problem that we are trying to solve in this issue. mWeb - Selector...
@s77rt, It also happens on mWeb Safari, though I don’t have a clear understanding of why it behaves differently. I think this is the default behavior of mobile web, and...
@s77rt, works perfectly on my machine. https://github.com/user-attachments/assets/72d0b8ea-2405-4d92-85e2-bc0ad1e21b52
> Also what will happen on the second execution of that function? (Let's double check this does not cause unwanted side effects) - I think a more better way is...
@s77rt, what do you think about using `isFocused` state? `isFocused` is used in multiple places to fix similar bugs. https://github.com/Expensify/App/blob/d78be88cf3366d90160ef924e66bc4834e6e29a8/src/pages/home/report/ReportActionCompose/AttachmentPickerWithMenuItems.tsx#L296-L301 https://github.com/Expensify/App/blob/d78be88cf3366d90160ef924e66bc4834e6e29a8/src/pages/workspace/WorkspaceMembersPage.tsx#L151-L159
@s77rt, I found [this bug](https://github.com/Expensify/App/issues/29379) which is very similar to ours and was solved using `isFocused` state.
Edited by **proposal-police**: This proposal was **edited** at 2024-12-04 14:28:36 UTC. ## Proposal ### Please re-state the problem that we are trying to solve in this issue. Split & Invoice...
@rojiphil could you please check [my proposal](https://github.com/Expensify/App/issues/53524#issuecomment-2517580435)? Thanks!
@rojiphil, [Proposal Updated](https://github.com/Expensify/App/issues/53524#issuecomment-2517580435).
### [PROPOSAL UPDATED](https://github.com/Expensify/App/issues/53524#issuecomment-2517580435) - The siolution remains the same, just added more explanation.