Implement KQL query bar using EuiSuggest #46079
Labels
blocked
Feature:Filters
Feature:Query Bar
Querying and query bar features
Feature:Unified search
Unified search related tasks
impact:low
Addressing this issue will have a low level of impact on the quality/strength of our product.
@Bargs @TinaHeiligers As a follow-up to #39140 the Eui components for the KQL bar are now ready to be consumed. You can see
EuiSuggest
here:https://elastic.github.io/eui/#/forms/suggest
EuiSuggest
displays the state of the query on the right. Supported states are:unsaved
,saved
,unchanged
,loading
. (Related to #43747)EuiSuggest
should be able to replace Kibana'sQueryBar
,SuggestionsComponent
andSuggestionComponent
.EuiSuggest
usesEuiSuggestItem
which provides a flexible way to display suggestions (supporting any color andEuiIcon
).We've received feedback about the search bar not having enough room. One way to solve it is expanding the bar on focus. You can see this pattern in action under "Saved queries and filters" in the docs.
The text was updated successfully, but these errors were encountered: