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
I found this particular bug when playing with the EuiSearchBar. The "Tags" filter popover has a loading mechanism that shows just the loading icon then populates the list. You can see in the GIF below that it knows it's supposed to be downCenter as it updates when changing the browser width.
BTW, in this example I had changed the actual code from anchorPosition="downRight" to anchorPosition="downCenter" as it's much more obvious to see the issue.
The text was updated successfully, but these errors were encountered:
I found this particular bug when playing with the
EuiSearchBar
. The "Tags" filter popover has a loading mechanism that shows just the loading icon then populates the list. You can see in the GIF below that it knows it's supposed to bedownCenter
as it updates when changing the browser width.BTW, in this example I had changed the actual code from
anchorPosition="downRight"
toanchorPosition="downCenter"
as it's much more obvious to see the issue.The text was updated successfully, but these errors were encountered: