We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
SuperSelect
1 parent 326de56 commit 18f6704Copy full SHA for 18f6704
.changeset/public-towns-write.md
@@ -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
@@ -5,6 +5,7 @@
{{! Important: if an argument is added in base.hbs, it must also be added/processed in the Base component used in field.hbs }}
<div class={{this.classNames}} {{style this.styles}}>
<PowerSelectMultiple
8
+ tabindex="0"
9
@afterOptionsComponent={{if
10
this.showAfterOptions
11
(or
0 commit comments