You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 9, 2021. It is now read-only.
Is there a particular reason the <TextField/> takes up so much more vertical space? Can we add an option to not do this, or do I need to write custom CSS to disable this behavior?
The text was updated successfully, but these errors were encountered:
It looks like this additional whitespace comes from the <div class="dqpl-error-wrap" />. A possible/simple fix could be to add a hidden prop to that element unless it has content.
I've noticed this problem myself too...I think we (probably just the designer) need to revisit this and come up with a consistent way to display all form fields. IMO there is too large of a gap in between normal text fields to the point where it looks kinda awkward.
A possible/simple fix could be to add a hidden prop to that element unless it has content.
That would cause a "jump" of content if/when errors are added but maybe we're cool with that 🤷♂
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The "whitespace" between the
<TextField/>
and<Select/>
components is inconsistent. I'm building a form which is something like:Without any custom styles, this looks like:
Is there a particular reason the
<TextField/>
takes up so much more vertical space? Can we add an option to not do this, or do I need to write custom CSS to disable this behavior?The text was updated successfully, but these errors were encountered: