[EuiForm] pass fullWidth
from root EuiForm via context to children
#6214
Labels
fullWidth
from root EuiForm via context to children
#6214
When writing an
<EuiForm>
which is supposed to expand to the full width of the container you need to addfullWidth
to every form group, row, and input in the form. It would be awesome if we could specifyfullWidth
on theEuiForm
element and have that change the default value offullWidth
within each child component by passingtrue
down via context.If folks wouldn't mind this being implemented I'd be happy to try putting up a PR.
The text was updated successfully, but these errors were encountered: