This repository has been archived by the owner on Mar 27, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 760
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(datagrid): single action overflow close behavior
This change adds details around adding the clrPopoverCloseButton to items projected into the action overflow menu that also need to be able to close the menu. It also explains that the default behavior is to ignore clicks on projected content. closes #3796 Signed-off-by: Matt Hippely <[email protected]> fix(datagrid): close action overflow content on click When new popover utility was added to the action overflow the close behavior changed. Previously this menu closed after user clicked on an item in the popover but after the new utility the content stayed open. This change adds a click listener that calls the toggle servcice and toggles it wth the click event. closes #3796 Signed-off-by: Matt Hippely <[email protected]>
- Loading branch information
1 parent
0a66ae7
commit a8517f0
Showing
3 changed files
with
7 additions
and
11 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
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