Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(react): prevent default when handling react tooltip mouse events (#…
…4196) * fix(react): prevent default when handling react tooltip mouse events When handling mouse events invoke evt.preventDefault to stop the default handler from firing when Tooltip is used inside a form element which has an id. * fix(react): prevent default when handling react tooltip keyboard events When handling keydown events invoke event.preventDefault to stop the default handler from firing when Tooltip is used inside a form element which has an id.
- Loading branch information