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
EuiFormRow label is always generated as a clickable element. Some times this does not make since, like when the form contains only check boxes. Clicking on the label does nothing so why is it rendered as clickable?
The text was updated successfully, but these errors were encountered:
Prolly OK to just deal with this as an optional prop on EuiFormRow / EuiFormLabel. I can't think of a non-magical way to do this automatically. I know @w33ble had something similar awhile ago.
EuiFormRow
label is always generated as a clickable element. Some times this does not make since, like when the form contains only check boxes. Clicking on the label does nothing so why is it rendered as clickable?The text was updated successfully, but these errors were encountered: