Features
- support read-only
TextInput
(4aceb6c) - render a checkmark icon for the selected
ComboBox
item (86eff17)
Fixes
- adjust
FileUploaderDropContainer
markup to avoid accessibility error for nested interactive controls (4ae1cab) - use
ErrorFilled16
icon inInlineLoading
for the error status (cd5547d) - render iconDescription as title in error/warning icons in
InlineLoading
(0533a01) - update accessibility attributes for
StructuredList
(1bdcdd0) - use
span
instead ofdiv
inTooltipDefinition
to avoid potential invalid HTML (dd32a7e) - close
MultiSelect
menu when blurring the last filterable option (2fa069a) - open/focus field when tab focusing a filterable
MultiSelect
(fefd43d) - unblock tab navigation when blurring
MultiSelect
(031e2ee) - select correct item using keyboard navigation in a filterable
ComboBox
(529b5bd) - unblock input after clearing a
ComboBox
selection (529b5bd) - update
ComboBox
input text if item is selected (89786a7) - toggle
SideNav
rail when clicking the hamburger menu (cceb062) - update
ContextMenu
class names (47dd26b) - close
ContextMenu
when left clicking anywhere (1f99115)
Documentation
- add TextInput example "Read-only variant"
- add Popover example "Popover alignment"
Housekeeping
- upgrade
carbon-components
to v10.38.0