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.
tabindex
0
1 parent 9e75b54 commit 2b51407Copy full SHA for 2b51407
packages/components/src/components/hds/dialog-primitive/body.hbs
@@ -2,6 +2,6 @@
2
Copyright (c) HashiCorp, Inc.
3
SPDX-License-Identifier: MPL-2.0
4
}}
5
-<div class="hds-dialog-primitive__body {{@contextualClass}}" tabindex="-1" ...attributes>
+<div class="hds-dialog-primitive__body {{@contextualClass}}" tabindex="0" ...attributes>
6
{{yield}}
7
</div>
0 commit comments