Skip to content

First Batch of Form Controls

Choose a tag to compare

@betocantu93 betocantu93 released this 16 Feb 00:12
· 1825 commits to master since this release
6e173f8

🚀 Enhancements

Components

  • <EuiCheckbox>
  • <EuiCheckboxGroup>
  • <EuiFieldNumber>
  • <EuiFieldPassword>
  • <EuiFieldText>
  • <EuiFormControlLayoutClearButton>
  • <EuiFormControlLayoutClearCustomIcon>
  • <EuiFormControlLayoutDelimited>
  • <EuiFormControlLayoutIcons>
  • <EuiFormControlLayout>
  • <EuiFormErrorText>
  • <EuiFormFielset>
  • <EuiFormHelpText>
  • <EuiFormLegend>
  • <EuiFormRow>
  • <EuiForm>
  • <EuiRadioGroup>
  • <EuiRadio>
  • <EuiSelect>
  • <EuiSwitch>
  • <EuiTextArea>
  • <EuiTextArea>

Helpers

  • {{nullish}}
  • {{starts-with}}

Modifiers

  • {{invalidate-indeterminate}}
  • {{screen-reader-only}}
  • {{validatable-control}}

🐛 Bug / Fixes

  • <EuiText> @grow defaults to true
  • <EuiCard> selectable bugfixes
  • Prevent inline style of maxWidth as undefined on modal
  • Fix EuiCollapsibleNavGroup title styling

🏠 Internal

  • Refactor class-names helper for more clarity and perceived performance(?)