We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Ideally we know how big the helper text is and should add that amount of padding when the field is disabled.
I believe this would make for nicer forms when we are dynamically disabling dropdown fields.
The text was updated successfully, but these errors were encountered:
fix: 🐛 Fix dropdown layout shift on disable
d1767b0
✅ Closes: #861
Could you give a bit of code context for this? I'm unable to replicate this in storybook
Nvm, I'm a ding dong. I was trying this on a branch that has a fix for the issue already lol
Sorry, something went wrong.
chore: 🤖 Render empty helper text/remove padding
ae0f590
fix: 🐛 Fix dropdown layout shift on disable (#870)
60959a6
* fix: 🐛 Fix dropdown layout shift on disable ✅ Closes: #861 * chore: 🤖 Render empty helper text/remove padding ✅ Closes: #861 --------- Co-authored-by: Aaron Harpt <aaron.harpt@selectquote.com>
aharpt
Successfully merging a pull request may close this issue.
![image](https://user-images.githubusercontent.com/2816261/222165082-f8e5f8b5-3f43-4a78-9df0-70bb442416db.png)
vsIdeally we know how big the helper text is and should add that amount of padding when the field is disabled.
I believe this would make for nicer forms when we are dynamically disabling dropdown fields.
The text was updated successfully, but these errors were encountered: