Skip to content

Commit

Permalink
UIBULKED-371: Bulk edit - Grouped form controls missing accessible name
Browse files Browse the repository at this point in the history
  • Loading branch information
UladzislauKutarkin committed Nov 3, 2023
1 parent 7f54e65 commit 60a9ffc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
* [UIBULKED-331](https://issues.folio.org/browse/UIBULKED-331) Bulk edit actions for holdings notes - add and remove notes.
* [UIBULKED-332](https://issues.folio.org/browse/UIBULKED-332) Bulk edit actions for holdings notes - find and replace or remove.
* [UIBULKED-333](https://issues.folio.org/browse/UIBULKED-333) Bulk edit actions for holdings notes - change note type.
* [UIBULKED-371](https://issues.folio.org/browse/UIBULKED-371) Bulk edit - Grouped form controls missing accessible name.

## [4.0.0](https://github.com/folio-org/ui-bulk-edit/tree/v4.0.0) (2023-10-12)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ const Capabilities = ({
header={FilterAccordionHeader}
label={<FormattedMessage id="ui-bulk-edit.list.filters.capabilities.title" />}
>
<RadioButtonGroup>
<RadioButtonGroup
aria-labelledby="record-types"
>
{capabilitiesFilterOptions?.map(option => (
!option.hidden && (
<RadioButton
Expand Down

0 comments on commit 60a9ffc

Please sign in to comment.