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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Not seemingly a bug, so posting here; am I wrong?
I spent too-much-time wrestling with what is seemingly a silly thing. Randomly tried something that worked. Sharing observation.
Question:
How do you make a text input field fill 100% of the container width?
Using the typical
width="100%", orstyle={{width: "100%"}}, seems to have no effect.Answer:
Looks like you need to wrap the field in a
Boxthat has 100% width. Is there a better way?In any case, this wasn't obvious to me from any docs or resources.
Beta Was this translation helpful? Give feedback.
All reactions