From 0b19dd3c8a616a50e9e05d585a50d6b2cbc2b769 Mon Sep 17 00:00:00 2001 From: Chinmay Patil Date: Wed, 21 Aug 2024 16:26:18 +0530 Subject: [PATCH 1/4] fix: stepper region: fixed issue by making stepper region focusable --- src/components/Stepper/Stepper.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Stepper/Stepper.tsx b/src/components/Stepper/Stepper.tsx index f2af2a44c..bd4776fd8 100644 --- a/src/components/Stepper/Stepper.tsx +++ b/src/components/Stepper/Stepper.tsx @@ -522,6 +522,7 @@ export const Stepper: FC = React.forwardRef( className={styles.stepsContainer} onScroll={handleScroll} ref={stepsContainerRef} + tabIndex={0} >