Skip to content

EuiComboBox inputRef not accessible #3528

@ekline-expnet

Description

@ekline-expnet

The documentation shows the property inputRef is available on EuiComboBox.
I thought I was using it to set focus, but after updating EUI, the code stopped working.

Looking at combo_box.tsx, the inputRef is pulled out of the props on line 889, but then the inputRef is set on line 1034 to be inputRef={this.searchInputRefCallback} and the props.inputRef is never called if present.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions