diff --git a/src/routes/Intro/CredentialsTextInput/CredentialsTextInput.js b/src/routes/Intro/CredentialsTextInput/CredentialsTextInput.js index 5eb5fc6e2..4c200c702 100644 --- a/src/routes/Intro/CredentialsTextInput/CredentialsTextInput.js +++ b/src/routes/Intro/CredentialsTextInput/CredentialsTextInput.js @@ -10,7 +10,7 @@ const CredentialsTextInput = React.forwardRef((props, ref) => { if (!event.nativeEvent.navigationPrevented) { if (['ArrowUp', 'ArrowDown', 'ArrowLeft', 'ArrowRight'].includes(event.key)) { - event.stopPropagation(); + event.nativeEvent.spatialNavigationPrevented = true; } if (event.key === 'ArrowDown') {