-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
fix(form): fix rerender issue with helpertext on safari #6394
fix(form): fix rerender issue with helpertext on safari #6394
Conversation
Deploy preview for carbon-elements ready! Built with commit 3bce861 |
Deploy preview for carbon-components-react ready! Built with commit 24fb81a https://deploy-preview-6394--carbon-components-react.netlify.app |
Deploy preview for carbon-components-react ready! Built with commit f2549e2 https://deploy-preview-6394--carbon-components-react.netlify.app |
Deploy preview for carbon-components-react ready! Built without sensitive environment variables with commit 3bce861 https://deploy-preview-6394--carbon-components-react.netlify.app |
@tw15egan mind leaving a comment above the |
326de7f
to
7042001
Compare
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
Closes #6392
Safari was not redrawing when the error message was removed. Setting the helper text to
width: 100%
seems to resolve the issue as the invalid text will be rendered behind the helper textChangelog
New
width: 100%
to form helper textTesting / Reviewing
Ensure form components still render correctly