v29.6.0
Minor Changes
-
HiddenVisually: Add support for passing IDs (#757)
This is useful when mapping a
HiddenVisuallycomponent toaria-describedbyEXAMPLE USAGE:
<HiddenVisually id="my-hidden-desciption">Hidden desciption</HiddenVisually>
-
Autosuggest: Add translations prop to enable internationalisation (#757)
Patch Changes
-
Autosuggest: Improve screen reader experience (#757)
Add description informing user that suggestions will appear below field. Also, notify users about how many suggestions are available, and about automatic selections.
-
TextField, PasswordField, Textarea, Dropdown: Add support for multiple field descriptions (#757)
Previously, if a custom
aria-describedbyprop was passed, it would take precedence over themessageprop, which also usesaria-describedby. Both descriptions can now be applied at the same time.