Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
# Backport This will backport the following commits from `main` to `8.17`: - [[Search][a11y] fix radio buttons to focus (#200573)](#200573) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Saarika Bhasi","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-11-21T08:37:13Z","message":"[Search][a11y] fix radio buttons to focus (#200573)\n\n## Summary\r\n\r\nAdded name attribute in `EuiCheckableCard` components so that focus\r\nstays on selected radio component when navigated using keyboard.\r\n\r\n\r\n\r\n\r\n\r\n\r\n### Checklist\r\n- [ ] Any text added follows [EUI's writing\r\nguidelines](https://elastic.github.io/eui/#/guidelines/writing), uses\r\nsentence case text and includes [i18n\r\nsupport](https://github.com/elastic/kibana/blob/main/packages/kbn-i18n/README.md)","sha":"d88ce9e549575db8d151e4c353f539850c7b6bac","branchLabelMapping":{"^v9.0.0$":"main","^v8.18.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","Team:Search","v8.16.0","backport:version","v8.17.0","v8.16.1","v8.18.0"],"title":"[Search][a11y] fix radio buttons to focus","number":200573,"url":"https://github.com/elastic/kibana/pull/200573","mergeCommit":{"message":"[Search][a11y] fix radio buttons to focus (#200573)\n\n## Summary\r\n\r\nAdded name attribute in `EuiCheckableCard` components so that focus\r\nstays on selected radio component when navigated using keyboard.\r\n\r\n\r\n\r\n\r\n\r\n\r\n### Checklist\r\n- [ ] Any text added follows [EUI's writing\r\nguidelines](https://elastic.github.io/eui/#/guidelines/writing), uses\r\nsentence case text and includes [i18n\r\nsupport](https://github.com/elastic/kibana/blob/main/packages/kbn-i18n/README.md)","sha":"d88ce9e549575db8d151e4c353f539850c7b6bac"}},"sourceBranch":"main","suggestedTargetBranches":["8.16","8.17","8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/200573","number":200573,"mergeCommit":{"message":"[Search][a11y] fix radio buttons to focus (#200573)\n\n## Summary\r\n\r\nAdded name attribute in `EuiCheckableCard` components so that focus\r\nstays on selected radio component when navigated using keyboard.\r\n\r\n\r\n\r\n\r\n\r\n\r\n### Checklist\r\n- [ ] Any text added follows [EUI's writing\r\nguidelines](https://elastic.github.io/eui/#/guidelines/writing), uses\r\nsentence case text and includes [i18n\r\nsupport](https://github.com/elastic/kibana/blob/main/packages/kbn-i18n/README.md)","sha":"d88ce9e549575db8d151e4c353f539850c7b6bac"}},{"branch":"8.16","label":"v8.16.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.17","label":"v8.17.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.x","label":"v8.18.0","branchLabelMappingKey":"^v8.18.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Saarika Bhasi <[email protected]>
- Loading branch information