Skip to content

Commit

Permalink
Update src/legacy/core_plugins/input_control_vis/public/components/vi…
Browse files Browse the repository at this point in the history
…s/list_control.tsx

Co-Authored-By: Michail Yasonik <michail.yasonik@elastic.co>
  • Loading branch information
Maja Grubic and Michail Yasonik committed Mar 2, 2020
1 parent 1976b66 commit 59fd20f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ class ListControlUi extends PureComponent<ListControlUiProps, ListControlUiState

componentDidMount = () => {
if (this.textInput) {
// remove when #59039 is fixed
this.textInput.setAttribute('focusable', 'false');
}
this.isMounted = true;
Expand Down

0 comments on commit 59fd20f

Please sign in to comment.