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
Now that we replaced Filter[] from the code above with EuiSearchBarProps['filters'], we have to get rid of FilterOptionValue, but this one was used in a few places around our codebase. So the asks here are:
Can EUI expose the equivalent type for FilterOptionValue?
Can EUI expose the equivalent type for Filter? Since going through EuiSearchBarProps['filters'] is wrong (we need to add NonNullable too in some cases) and also just annoying
EuiSearchBarProps['box']
doesn't understanddisabled
, but it's valid — we forward extra props toEuiFieldSearch
but don't specify that in the typesFilterConfig
from? It's a type we use pervasively in Cloud UI but there doesn't seem to be a simple way to access itEuiSearchBar['filters']
, we'd like this to be exposed as a top level exportFilterConfig
doesn't seem to understandautoClose
, but I'm almost certain this is a supported feature as we've had it for a long time in Cloud UIThe text was updated successfully, but these errors were encountered: