Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show tooltips with a delay #1154

Closed
doctorplop opened this issue Mar 12, 2021 · 1 comment · Fixed by #1181
Closed

Show tooltips with a delay #1154

doctorplop opened this issue Mar 12, 2021 · 1 comment · Fixed by #1181
Assignees

Comments

@doctorplop
Copy link

Currently the EDS tooltip show up immediately, which can be distracting. We believe that the user experience would benefit from delayed tooltips. Desktop operating systems typically also use a delay before showing tooltips. Material-ui tooltips support a "enterDelay" and "leaveDelay" parameters to control this behaviour.

@doctorplop doctorplop added the core-react eds-core-react label Mar 12, 2021
@pomfrida
Copy link
Contributor

Thanks for contributing with a feature request @doctorplop! 🎉 We're currently doing a makeover in Tooltip, a delay is functionality you'll be able to add yourself once this is merged. We'll also add an extra example on how to do this delay. (I think it will be similar to Popover's hover example).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants