How to make TextField square. #7333
Unanswered
YukiWorks432
asked this question in
Q&A
Replies: 1 comment
-
Is this for React Spectrum? The styles such as height and minWidth are set by design, so they won't be customizable. Does TextArea fit your design more? If this is for React Aria, you should have total control over the styling: https://react-spectrum.adobe.com/react-aria/TextField.html#styling |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The TextField seems to ignore the
height
,minHeight
andmaxHeight
settings.Is there any way to resolve this and make the TextField look square?
There is also a problem with
width
, when the value is made smaller and smaller, the appearance does not change from a certain size, even ifminWidth
andwidth
are set to the same value.Beta Was this translation helpful? Give feedback.
All reactions