From dc869b1afb394e1d319daf0a5c8039851417313e Mon Sep 17 00:00:00 2001 From: Peter Pal Hudak Date: Mon, 2 Sep 2024 15:02:32 +0200 Subject: [PATCH] WIP(ui-select): experiment with shouldContainFocus Closes: INSTUI-4189 --- packages/ui-select/src/Select/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/ui-select/src/Select/index.tsx b/packages/ui-select/src/Select/index.tsx index 9429a35415..7c3831b25a 100644 --- a/packages/ui-select/src/Select/index.tsx +++ b/packages/ui-select/src/Select/index.tsx @@ -709,6 +709,7 @@ class Select extends Component { mountNode={mountNode} positionTarget={this._inputContainer} isShowingContent={isShowingOptions} + shouldContainFocus="screenreader" shouldReturnFocus={false} withArrow={false} >