Skip to content

v29.7.0

Choose a tag to compare

@seek-oss-ci seek-oss-ci released this 17 Sep 04:37
· 1188 commits to master since this release
2eb487e

Minor Changes

  • FieldLabel: Add descriptionId prop (#766)

    EXAMPLE USAGE:

    <FieldLabel
      htmlFor="id"
      label="This is a field label"
      description="Extra info about the field"
      descriptionId="id-description"
    />

Patch Changes

  • TextField, PasswordField, Textarea, Autosuggest, Dropdown, MonthPicker: Add decription to aria-describedby (#766)