-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(popover): new delay property (#487)
* feat(popover): added a delay property for the mouseenter event * chore(popover): added a test for hover delay * chore(popover): added an ejs demo control for delay * chore(popover): added delay to the defaults value test * chore(popover): added hoverTimeout var and added in clearTimeout where needed * chore(popover): added comment docs for the delay property and attribute * chore(popover): changed the property/attribute name to hoverDelay * chore(popover): added a test for the hoverDelay property * chore(popover): fixing issues brought up in PR comments * chore(popover): added new tests for NaN and < 0 * chore(tooltip): removed duplicate test * chore(popover): updated typings issue in the popover test file * chore(popover): fixed a variable name issue causing a build error * chore(popover): ensure all timeouts are cleared when element is disconnected * chore: update test to avoid race condition --------- Co-authored-by: Nichols, Kieran <kieran.nichols@tylertech.com>
- Loading branch information
1 parent
7790f55
commit c48a748
Showing
6 changed files
with
75 additions
and
4 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
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