When writing an <EuiForm> which is supposed to expand to the full width of the container you need to add fullWidth to every form group, row, and input in the form. It would be awesome if we could specify fullWidth on the EuiForm element and have that change the default value of fullWidth within each child component by passing true down via context.
If folks wouldn't mind this being implemented I'd be happy to try putting up a PR.
When writing an
<EuiForm>which is supposed to expand to the full width of the container you need to addfullWidthto every form group, row, and input in the form. It would be awesome if we could specifyfullWidthon theEuiFormelement and have that change the default value offullWidthwithin each child component by passingtruedown via context.If folks wouldn't mind this being implemented I'd be happy to try putting up a PR.