-
Notifications
You must be signed in to change notification settings - Fork 842
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added EuiFormFieldset
and EuiFormLegend
components
#2706
Conversation
|
||
import { EuiFormFieldset } from './form_fieldset'; | ||
|
||
describe('EuiFormFieldset', () => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Both of these tests should provide children
as well so the snapshot can help catch any regression there.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! 🎉
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes LGTM! Pulled & tested locally
jenkins test this flaky test |
In order to support the a11y fixes for radio and checkbox groups, I needed to create fieldset and legend components for re-usability.
It also moves some of the form label styles to a global mixin.
Checklist
[ ] Checked for breaking changes and labeled appropriately