v29.11.1
Patch Changes
-
TextField,Dropdown,PasswordField,MonthPicker,Textarea: Apply aria-describedby to form elements only when needed (#798)
Only apply
aria-describedbyto form elements when needed, e.g. either amessage,description, or an explicitaria-describedbyis passed. -
MonthPicker: Announce semantic grouping of fields and improved translation support. (#798)
When not on a native device, the MonthPicker uses a
fieldsetcontaining two dropdowns. This change ensures that the grouping is announced correctly. From a translations perspective the labels for the dropdowns are no longer a concatenation of thelabelandmonthLabel/yearLabel, supporting translation of the entire phrase.