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 loading state is not actually broken. The current implementation of that component's loading state just replaces the dropdown contents with a loading indicator, so you have to actually open the combo box to see the loading state.
However, we could additionally add the loading spinner to the input as well similar to how the other inputs handle it.
cchaos
changed the title
Combo box loading is broken
[EuiComboBox] Add the loading spinner to input when isLoadingAug 3, 2020
EuiComboxbox isLoading state is broken, when props isLoading is set to true, it doesn't do anything.
The text was updated successfully, but these errors were encountered: