-
Notifications
You must be signed in to change notification settings - Fork 842
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[EuiSelectableTemplateSitewide] fix: The keydown popup display shall …
…be Enter key. (#5886) * fix: Display popup bar in keydown * fix: The keydown popup display shall be Enter key only. - Because all keys except the Enter key were covered. * add: changelog * refacor: Added note on target functionality. * docs: refactor changelogs - To apply the appropriate modification description. Co-authored-by: Constance <constancecchen@users.noreply.github.com> * refactor: Delete unnecessary processes - No need for quick returns based on whether or not the pop-up bar is displayed - Use predefined constants for Enter key comparisons instead of literals Co-authored-by: Constance <constancecchen@users.noreply.github.com>
- Loading branch information
Showing
2 changed files
with
15 additions
and
7 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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
**Bug fixes** | ||
|
||
- Fixed `EuiSelectableTemplateSitewide` to allow re-opening the search popover (if closed via Escape key) via the Enter key |