Skip to content

[EuiSuperSelect] Updated i18n default instructions string#6549

Merged
1Copenut merged 3 commits intoelastic:mainfrom
1Copenut:chore/i18n-super-select-arrows
Jan 25, 2023
Merged

[EuiSuperSelect] Updated i18n default instructions string#6549
1Copenut merged 3 commits intoelastic:mainfrom
1Copenut:chore/i18n-super-select-arrows

Conversation

@1Copenut
Copy link
Copy Markdown
Contributor

@1Copenut 1Copenut commented Jan 25, 2023

Summary

Updated the EuiSuperSelect screen reader instructions to more explicitly say "Up and Down arrow keys" and capitalize "Escape". Tested with VoiceOver on Safari + Firefox. Screenshot below.

Closes #5363.

Screen Shot 2023-01-25 at 9 29 26 AM

QA

Remove or strikethrough items that do not apply to your PR.

General checklist

  • Checked in both light and dark modes
  • Checked in mobile
  • Checked in Chrome, Safari, Edge, and Firefox
  • Checked Code Sandbox works for any docs examples
  • Added or updated jest and cypress tests
  • Checked for accessibility including keyboard-only and screenreader modes
  • A changelog entry exists and is marked appropriately

@1Copenut 1Copenut marked this pull request as ready for review January 25, 2023 15:46
@kibanamachine
Copy link
Copy Markdown

Preview documentation changes for this PR: https://eui.elastic.co/pr_6549/

Co-authored-by: Cee Chen <549407+cee-chen@users.noreply.github.com>
@kibanamachine
Copy link
Copy Markdown

Preview documentation changes for this PR: https://eui.elastic.co/pr_6549/

Copy link
Copy Markdown
Contributor

@cee-chen cee-chen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@1Copenut 1Copenut merged commit 15cf5ee into elastic:main Jan 25, 2023
@1Copenut 1Copenut deleted the chore/i18n-super-select-arrows branch January 25, 2023 20:15
cee-chen pushed a commit to elastic/kibana that referenced this pull request Feb 9, 2023
## Summary

`eui@74.0.1` ⏩ `eui@74.1.0`

___

## [`74.1.0`](https://github.com/elastic/eui/releases/tag/v74.1.0)

- Added new `EuiSkeletonText`, `EuiSkeletonTitle`, `EuiSkeletonCircle`,
and `EuiSkeletonRectangle` components
([#6502](elastic/eui#6502))
- Updated `EuiSuperSelect` screen reader instructions to be more
specific ([#6549](elastic/eui#6549))
- Added `error` and updated `alert` glyphs to `EuiIcon`
([#6550](elastic/eui#6550))
- All `EuiSkeleton` components now accept an `isLoading` flag and
`children`, which automatically handles conditionally rendering loading
skeletons vs. loaded content (`children`)
([#6562](elastic/eui#6562))
- All `EuiSkeleton` components now accept a `contentAriaLabel` prop,
which more meaningfully describes the loaded content to screen readers
([#6562](elastic/eui#6562))
- Updated `EuiPopover` screen reader instructions for mobile and click
behaviors ([#6567](elastic/eui#6567))

**Bug fixes**

- Fixed `EuiCard` to ensure `onClick` method only runs once when `title`
contains a React node
([#6551](elastic/eui#6551))

**Deprecations**

- Deprecated `EuiLoadingContent` - use `EuiSkeletonText` instead
([#6557](elastic/eui#6557))

---------

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[EuiSuperSelect][COGNITION]: Edit the euiSuperSelect.screenReaderAnnouncement I18n token for consistency in language

3 participants