Skip to content

Commit

Permalink
Merge pull request #41332 from waterim/fix-41271-invoice-keyboard
Browse files Browse the repository at this point in the history
Fix selection of a workspace via keyboard enter

(cherry picked from commit 35772b2)
  • Loading branch information
cristipaval authored and OSBotify committed Apr 30, 2024
1 parent bab4ee0 commit c59acd0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/SelectionList/UserListItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ function UserListItem<TItem extends ListItem>({
onCheckboxPress,
onDismissError,
shouldPreventDefaultFocusOnSelectRow,
shouldPreventEnterKeySubmit,
rightHandSideComponent,
onFocus,
shouldSyncFocus,
Expand Down Expand Up @@ -58,6 +59,7 @@ function UserListItem<TItem extends ListItem>({
onSelectRow={onSelectRow}
onDismissError={onDismissError}
shouldPreventDefaultFocusOnSelectRow={shouldPreventDefaultFocusOnSelectRow}
shouldPreventEnterKeySubmit={shouldPreventEnterKeySubmit}
rightHandSideComponent={rightHandSideComponent}
errors={item.errors}
pendingAction={item.pendingAction}
Expand Down

0 comments on commit c59acd0

Please sign in to comment.