braid-design-system@24.1.2
·
1393 commits
to master
since this release
Patch Changes
-
Checkbox & Radio: Only add aria-describedby when a message is provided (#542)
BUG FIXES
Checkbox&RadioBoth of these inputs were previously always adding the
aria-describedbyattribute, while conditionally rendering themessageonly when provided. This meant that elements without amessagewould be indicating that they are described by an element that does not exist.