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
There are cases where we could want to use this component for layout purposes, where children needs to be empty. Here's an example, where the empty EuiDescribedFormGroup is used to present a "hide/show" button, which reveals additional content below it.
When open it looks like this:
The text was updated successfully, but these errors were encountered:
@thompsongl Ah, sorry, I meant EuiDescribedFormGroup, not EuiFormRow. I've updated the title and description. EuiDescribedFormGroup accepts description (rendered on the left side) and children (rendered on the right side). In the screenshot, the button is provided as part of the description.
There are cases where we could want to use this component for layout purposes, where
children
needs to be empty. Here's an example, where the emptyEuiDescribedFormGroup
is used to present a "hide/show" button, which reveals additional content below it.When open it looks like this:
The text was updated successfully, but these errors were encountered: