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
EuiComboBox needs to be updated with this same UX. The component is not using EuiInputPopover under the hood, for whatever reason, and thus does not inherit the above functionality. We need to fix this in one of two ways:
Update the component to dogfood EuiInputPopover
If there's a specific reason the component can't use EuiInputPopover, update its popover width logic with similar behavior and add a custom prop
The text was updated successfully, but these errors were encountered:
See #7071
EuiComboBox
needs to be updated with this same UX. The component is not usingEuiInputPopover
under the hood, for whatever reason, and thus does not inherit the above functionality. We need to fix this in one of two ways:EuiInputPopover
EuiInputPopover
, update its popover width logic with similar behavior and add a custom propThe text was updated successfully, but these errors were encountered: