Skip to content

Commit

Permalink
Merge pull request #27475 from Krishna2323/krishna2323/issue/26994
Browse files Browse the repository at this point in the history
Fix: Request money - No autofocus blink cursor shown in Request money page
  • Loading branch information
MariaHCD authored Sep 21, 2023
2 parents 1d72cce + ad08c25 commit c806bca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libs/Navigation/OnyxTabNavigator.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ function OnyxTabNavigator({id, selectedTab, children, ...rest}) {
id={id}
initialRouteName={selectedTab}
backBehavior="initialRoute"
keyboardDismissMode="none"
screenListeners={{
state: (event) => {
const state = event.data.state;
Expand Down

0 comments on commit c806bca

Please sign in to comment.