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
Setting the fill prop to false should make the component not to take up the full width of its container
Possible solution
TBH I'm not sure what's the solution for this one. I tried moving some styles in .bp3-input-group and .bp3-input, but doing so breaks a lot of components that depend on other inputs that are also using those classes (that's something I hate about CSS classes. To me It's so good we have styled-components now 😅)
The text was updated successfully, but these errors were encountered:
Environment
Code Sandbox
Link to a minimal repro: https://codesandbox.io/s/blueprint-sandbox-forked-68yys?file=/src/CoreExample.tsx
Steps to reproduce
InputGroup
with fill=trueInputGroup
with fill=falseActual behavior
The
fill
prop cannot be set to falseExpected behavior
Setting the
fill
prop to false should make the component not to take up the full width of its containerPossible solution
TBH I'm not sure what's the solution for this one. I tried moving some styles in
.bp3-input-group
and.bp3-input
, but doing so breaks a lot of components that depend on other inputs that are also using those classes (that's something I hate about CSS classes. To me It's so good we have styled-components now 😅)The text was updated successfully, but these errors were encountered: