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
Per @alexfrancoeur, we should display a loading indicator while the indices are being matched to the pattern, because it can sometimes take a few seconds between the time an index pattern is entered and the time fields showing up in the dropdown.
While it's loading, the time field dropdown should be disabled.
If this indicator is a little spinner next to the dropdown, then we could turn it into a little checkmark to indicate that the fields have been loaded.
Retrieve time fields as you type
Currently, the request to load the time fields is sent once the text input is blurred. This is a strange interaction, because you don't usually think of blurring something as an imperative action. Instead, we should send a debounced request as you type, so the information the user needs is retrieved as immediately as possible.
The text was updated successfully, but these errors were encountered:
@cjcenizal would it be possible to build as a generic component for the UI framework? There are plenty of areas we could use this when there is a delay in data-retrieval.
Show loading indcator
Per @alexfrancoeur, we should display a loading indicator while the indices are being matched to the pattern, because it can sometimes take a few seconds between the time an index pattern is entered and the time fields showing up in the dropdown.
While it's loading, the time field dropdown should be disabled.
If this indicator is a little spinner next to the dropdown, then we could turn it into a little checkmark to indicate that the fields have been loaded.
Retrieve time fields as you type
Currently, the request to load the time fields is sent once the text input is blurred. This is a strange interaction, because you don't usually think of blurring something as an imperative action. Instead, we should send a debounced request as you type, so the information the user needs is retrieved as immediately as possible.
The text was updated successfully, but these errors were encountered: