-
Notifications
You must be signed in to change notification settings - Fork 32
feat(InfoTip): Add global escape close #3194
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
Conversation
|
View your CI Pipeline Execution ↗ for commit 342d5b3 ☁️ Nx Cloud last updated this comment at |
…gamut into ajr-global-esc-close-infotip
LinKCoding
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Works well in SB and left one tiny nit
🔥
|
|
||
| const InfoTipExample: React.FC<InfoTipProps> = (args) => { | ||
| return ( | ||
| export const Default: Story = { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Love all these changes, thanks~
dreamwasp
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
left comments just about the handleFocusOut function, i'm gonna check out mono and see how its working there!
dreamwasp
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks great + sounds great on VO - thanks for fixing the VO bug!
|
📬 Published Alpha Packages: |
|
🚀 Styleguide deploy preview ready! Preview URL: https://690a32c58dea3959ce6bbeea--gamut-preview.netlify.app |
Overview
Adds a global escape close to floating InfoTips. Also moves focus back to info button after focus leaves the infotip. Fixes a bug where the infotip text was not getting read by screenreaders.
PR Checklist
Testing Instructions
PR Links and Envs