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
I'm having a hard time figuring out what does the "size" prop do. There is no documentation about it and in the code I can't seem to figure out what it does.
The text was updated successfully, but these errors were encountered:
It appears to change the width by an increment of 9px (or thereabout). It's a bit confusing, as the default behaviour is for the width of the input to be 200.988px. The component won't shrink with it's container (which I feel would make more sense, intuitively?), so you have to set the size after you'd decided on the container size - as I understand.
I'm having a hard time figuring out what does the "size" prop do. There is no documentation about it and in the code I can't seem to figure out what it does.
The text was updated successfully, but these errors were encountered: