You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 theprops.inputRef
is never called if present.The text was updated successfully, but these errors were encountered: