Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ function UserSelectPopup({value, closeOverlay, onChange}: UserSelectPopupProps)
<View style={[styles.getUserSelectionListPopoverHeight(dataLength || 1, windowHeight, shouldUseNarrowLayout)]}>
<SelectionList
canSelectMultiple
textInputAutoFocus={false}
textInputAutoFocus

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We finally decided to avoid focusing on the input box on small screen devices to prevent the "From" modal from jumping up and down while the keyboard opens. This was done in #63473

shouldClearInputOnSelect={false}
headerMessage={headerMessage}
sections={sections}
Expand Down
Loading