Skip to content

Commit

Permalink
UIBULKED-388 Bulk edit - Scrollable element not keyboard accessible
Browse files Browse the repository at this point in the history
  • Loading branch information
vashjs committed Nov 28, 2023
1 parent f388573 commit 3f5c9e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
* [UIBULKED-378](https://issues.folio.org/browse/UIBULKED-378) "Select location" can be selected for item's location, and the "Confirm changes" button will remain active.
* [UIBULKED-358](https://issues.folio.org/browse/UIBULKED-358) Update Electronic access - Link text.
* [UIBULKED-375](https://issues.folio.org/browse/UIBULKED-375) Localize alphabetical order of Bulk edit elements.
* [UIBULKED-388](https://issues.folio.org/browse/UIBULKED-388) Bulk edit - Scrollable element not keyboard accessible.

## [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 @@ -25,7 +25,8 @@ export const NoResultsMessage = () => {
return (
<>
<Layout className="display-flex centerContent">
<div className={css.noResultsMessage} data-testid="empty-message">
{/* eslint-disable-next-line jsx-a11y/no-noninteractive-tabindex */}
<div className={css.noResultsMessage} data-testid="empty-message" tabIndex={0}>
<div className={css.noResultsMessageLabelWrap}>
<Icon iconRootClass={css.noResultsMessageIcon} icon="arrow-left" />
<span className={css.noResultsMessageLabel}>
Expand Down

0 comments on commit 3f5c9e0

Please sign in to comment.