Commit 60f5a3d
authored
docs(combobox): remove separate tab focus for nested pickerbutton (#3507)
The Picker Button that is nested within Combobox was previously tab
focusable, separately from the Combobox itself. This update gives it
a negative tabindex, making it consistent with the intended behavior
and SWC implementation.
This adds a tabindex option to the Picker Button template.1 parent 6eff801 commit 60f5a3d
File tree
2 files changed
+3
-0
lines changed- components
- combobox/stories
- pickerbutton/stories
2 files changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| 92 | + | |
92 | 93 | | |
93 | 94 | | |
94 | 95 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
| |||
54 | 55 | | |
55 | 56 | | |
56 | 57 | | |
| 58 | + | |
57 | 59 | | |
58 | 60 | | |
59 | 61 | | |
| |||
0 commit comments