-
Notifications
You must be signed in to change notification settings - Fork 184
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
Unnecessary White Spacing #163
Comments
Ok, I've added this! |
I'm experiencing the exact same problem in the most recent version 0.21.7 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The 'DatePickerInput' renders with HelperText, which causes empty white space to appear below the element. The 'visible' prop on HelperText does not determine whether it renders - it just either hides or shows it.
It should instead conditionally render the HelperText, so that it only mounts when necessary.
Here is the diff that solved my problem:
This issue body was partially generated by patch-package.
The text was updated successfully, but these errors were encountered: