Skip to content

Commit 18f6704

Browse files
SuperSelect - Fix keyboard navigation issue (HDS-5298) (#3333)
1 parent 326de56 commit 18f6704

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.changeset/public-towns-write.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
"@hashicorp/design-system-components": patch
3+
---
4+
5+
<!-- START components/form/super-select -->
6+
`SuperSelect` - Fixed issue with tabbing to `SuperSelectMultiple` with search enabled by adding tabindex of "0"
7+
<!-- END -->

packages/components/src/components/hds/form/super-select/multiple/base.hbs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
{{! Important: if an argument is added in base.hbs, it must also be added/processed in the Base component used in field.hbs }}
66
<div class={{this.classNames}} {{style this.styles}}>
77
<PowerSelectMultiple
8+
tabindex="0"
89
@afterOptionsComponent={{if
910
this.showAfterOptions
1011
(or

0 commit comments

Comments
 (0)