I wanted to have TextInput and a button in the same row, so I used Group.
Button will take fixed width, and I wanted TextInput to fill the remaining width.
However, it was sending the button to the next row.
Using Flex however, instantly fixed it.
But why?
For more context
- there is no CSS file
- this option is inside
asidefromAppShellwith width 300px. Increasing it to 350px or shrinking the button size will make group work but.. why does it matter? Shouldn't the text input automatically expand to fill?