EuiFormRow has a neat way to show multiple error messages stacked up on top of each other as it allows for passing an array of messages to `error` prop. It would be equally nice to have the `helpText` prop do the same. Code that needs change: https://github.com/elastic/eui/blob/aa71e7ad1475985cab680fdc00ca6fff688128e4/src/components/form/form_row/form_row.tsx#L190
EuiFormRow has a neat way to show multiple error messages stacked up on top of each other as it allows for passing an array of messages to
errorprop.It would be equally nice to have the
helpTextprop do the same.Code that needs change:
eui/src/components/form/form_row/form_row.tsx
Line 190 in aa71e7a