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
In elastic/kibana#21574, we have a component that combines EuiSearchBar with EuiBasicTable. We want to clear the selection state whenever the query changes. Otherwise you can get in situations where the selection state has persisted but the search bar thinks nothing is selected:
This problem manifests itself in the EuiInMemoryTable too, which can't reconcile selection state between the two components:
The text was updated successfully, but these errors were encountered:
In elastic/kibana#21574, we have a component that combines EuiSearchBar with EuiBasicTable. We want to clear the selection state whenever the query changes. Otherwise you can get in situations where the selection state has persisted but the search bar thinks nothing is selected:
This problem manifests itself in the EuiInMemoryTable too, which can't reconcile selection state between the two components:
The text was updated successfully, but these errors were encountered: