P3Package: coreType: bughelp wanted
Description
Environment
- Package version(s): 3.47.0
- Operating System: Windows 10
- Browser name and version: Google Chrome - v92.0.4515.131 (Official Build) (64-bit)
Code Sandbox
Link to a minimal repro: https://codesandbox.io/s/blueprint-sandbox-forked-68yys?file=/src/CoreExample.tsx
Steps to reproduce
- Create an
InputGroupwith fill=true - Create another
InputGroupwith fill=false - Both inputs look the same
Actual behavior
The fill prop cannot be set to false
Expected behavior
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 😅)