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 encountered some issue with the placeholder size and the minWidth.
Some of my input have on render, a minWidth={1}, causing inputWidth also been equal to 1.
I have i icon in the same component to copy what's inside the input, and when i pass on this icon it trigger a re-render and then the inputWidth pass to 41, displaying all the content.
If i wan't something correct i have to set my Autosize component with minWidth like this:
For context purpose and if you want to reproduce.
I use the @bluprintjs/core Tabs element with two tabs.
And this behaviour only happend on the AutosizeInput that are on the second tabs.
But the real question is WHY?
The text was updated successfully, but these errors were encountered:
I encountered some issue with the placeholder size and the minWidth.
Some of my input have on render, a minWidth={1}, causing inputWidth also been equal to 1.
I have i icon in the same component to copy what's inside the input, and when i pass on this icon it trigger a re-render and then the inputWidth pass to 41, displaying all the content.
If i wan't something correct i have to set my Autosize component with minWidth like this:
For context purpose and if you want to reproduce.
I use the @bluprintjs/core Tabs element with two tabs.
And this behaviour only happend on the AutosizeInput that are on the second tabs.
But the real question is WHY?
The text was updated successfully, but these errors were encountered: