Skip to content

Add mouseOutDelay prop

Compare
Choose a tag to compare
@bsidelinger912 bsidelinger912 released this 28 Jul 18:30
· 13 commits to master since this release

This allows you to specify a delay before closing the tip when the user mouses off the target. Previously there was no delay at all unless the tipContentHover prop was true. Now if you pass a mouseOutDelay number (that is greater than 0) the tip won't be hidden until that time has passed, if the user re-enters the target before the delay is passed the tip will not be hidden.