Skip to content

braid-design-system@24.1.2

Choose a tag to compare

@seek-oss-ci seek-oss-ci released this 18 Mar 05:59
· 1393 commits to master since this release
13cba74

Patch Changes

  • Checkbox & Radio: Only add aria-describedby when a message is provided (#542)

    BUG FIXES

    Checkbox & Radio

    Both of these inputs were previously always adding the aria-describedby attribute, while conditionally rendering the message only when provided. This meant that elements without a message would be indicating that they are described by an element that does not exist.