diff --git a/src/legacy/core_plugins/input_control_vis/public/components/vis/list_control.tsx b/src/legacy/core_plugins/input_control_vis/public/components/vis/list_control.tsx index 6967df9668c83..d01cef15ea41b 100644 --- a/src/legacy/core_plugins/input_control_vis/public/components/vis/list_control.tsx +++ b/src/legacy/core_plugins/input_control_vis/public/components/vis/list_control.tsx @@ -67,8 +67,7 @@ class ListControlUi extends PureComponent { if (this.textInput) { - // remove when #59039 is fixed - this.textInput.setAttribute('focusable', 'false'); + this.textInput.setAttribute('focusable', 'false'); // remove when #59039 is fixed } this.isMounted = true; }; diff --git a/src/legacy/ui/public/validated_range/validated_dual_range.js b/src/legacy/ui/public/validated_range/validated_dual_range.js index 9dd388f74b173..3b0efba11afcc 100644 --- a/src/legacy/ui/public/validated_range/validated_dual_range.js +++ b/src/legacy/ui/public/validated_range/validated_dual_range.js @@ -92,7 +92,7 @@ export class ValidatedDualRange extends Component { fullWidth={fullWidth} value={this.state.value} onChange={this._onChange} - focusable={false} + focusable={false} // remove when #59039 is fixed {...rest} />