-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Enterprise Search] [Search application] Adding filter by field type …
…to Schema Page (#154466) ## Summary Adding Filter by field type component to Schema page and display callout when showing field conflicts [thread](https://elastic.slack.com/archives/C02U50QNEAG/p1680627458702419?thread_ts=1680288487.778129&cid=C02U50QNEAG) ### Screen Recording https://user-images.githubusercontent.com/55930906/230146041-4978335d-ad6e-4594-8e01-4e688a580b5a.mov #### [Edit] Updated Popover clear all button with eraser <img width="1712" alt="Popover with clear all button with eraser" src="https://user-images.githubusercontent.com/55930906/230461760-5161b26a-6d76-4a65-8eab-48b45381683f.png"> --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
- Loading branch information
1 parent
17ed210
commit 1f8dc16
Showing
2 changed files
with
166 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -56,5 +56,6 @@ | |
"@kbn/datemath", | ||
"@kbn/expressions-plugin", | ||
"@kbn/react-field", | ||
"@kbn/field-types", | ||
] | ||
} |